diff options
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 |