diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-13 22:40:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-13 22:40:25 +0000 |
commit | f6f45b718bf13f95480e0f63098aecd87858aee8 (patch) | |
tree | 3f7de20b5bc5009b174a5ab4525a9c38175477a5 /config/login-README | |
parent | 1612f7119b1067cf6c4a63356aa2517c8f615029 (diff) |
Initial revision
Diffstat (limited to 'config/login-README')
-rw-r--r-- | config/login-README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/login-README b/config/login-README new file mode 100644 index 00000000..43930a5c --- /dev/null +++ b/config/login-README @@ -0,0 +1,9 @@ +This is a hurd login shell; it is a normal user shell, but has no user +privileges. To login as a user with a userid of USER, use the command: + + login USER + +other special commands: + + ql USER # quick login -- just start a shell in USER's home directory + su USER # set-user -- start a new shell as USER, but don't cd to $HOME |