diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/inferno/man1/logon.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/inferno/man1/logon.1')
| -rw-r--r-- | static/inferno/man1/logon.1 | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/static/inferno/man1/logon.1 b/static/inferno/man1/logon.1 new file mode 100644 index 00000000..46ec01d6 --- /dev/null +++ b/static/inferno/man1/logon.1 @@ -0,0 +1,77 @@ +.TH LOGON 1 +.SH NAME +logon \- log on to Inferno +.SH SYNOPSIS +[ +.B wm/wm +] +.B wm/logon +[ +.B -l +] [ +.BI "-n nsfile" +] [ +.BI "-u user" +] +.SH DESCRIPTION +.I Logon +logs a user in to the Inferno environment. +It requires +.IR wm (1) +to be started first. +If no +.I user +name is specified by the +.B -u +option, +.I logon +displays a login panel to prompt for one. +The user name must have a directory +.BI /usr/ user, +which will become the current directory. +(Otherwise, +.I logon +will display a diagnostic panel and prompt again.) +The user name is written to +.B /dev/user +(see +.IR cons (3)), +which is the name presented on subsequent attaches to file servers. +.PP +Normally, +.I logon +expects keyboard input to provide a name, +but if the +.B -l +option is given, +.I logon +displays a list of the names in +.BR /usr , +allowing one to be selected using a mouse or touch screen. +.PP +Once the current directory has been set, +.I logon +creates a new name space for the user using the contents of +.I nsfile +(default: +.BR namespace ), +as described in +.IR namespace (6). +It then starts +.IR toolbar (1) +to provide the initial application environment. +.SH FILES +.TF /dev/userxx +.TP +.B /dev/user +Inferno user name +.TP +.BI /usr/ user +.IR user 's +home directory +.SH SOURCE +.B /appl/wm/logon.b +.SH SEE ALSO +.IR toolbar (1), +.IR wm (1), +.IR namespace (6) |
