diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/login-README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/login-README b/config/login-README index a87f806f..9855ecf5 100644 --- a/config/login-README +++ b/config/login-README @@ -3,7 +3,8 @@ privileges. To login as a user with a userid of USER, use the command: login USER -other special commands: +other useful commands: ql USER # quick login -- just start a shell in USER's home directory - sush USER # set-user shell -- start a new shell as USER (don't cd) + su USER # set the id of the current (login) shell to USER + # (use the `unsu' command to undo this, or just exit the shell) |