ubase/login.1
2014-06-02 16:45:29 +01:00

17 lines
447 B
Groff

.TH LOGIN 1 ubase-VERSION
.SH NAME
\fBlogin\fR - Log into the system
.SH SYNOPSIS
\fBlogin\fR [\fB-p\fR] \fIuser\fR
.SH DESCRIPTION
\fBlogin\fR logs the \fIuser\fR into the system. It sets \fBHOME\fR,
\fBSHELL\fR, \fBUSER\fR, \fBLOGNAME\fR and the \fBPATH\fR environment
variables and invokes the login shell as specified in \fI/etc/passwd\fR.
.SH OPTIONS
.TP
\fB-p\fR
Preserve the environment.
.SH BUGS
.TP
There is no support for shadow files.