diff options
author | Miles Bader <miles@gnu.org> | 1997-05-27 03:15:13 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-05-27 03:15:13 +0000 |
commit | 8f11090c09da07daa6a71ba3218e8bc29f1a0b4f (patch) | |
tree | 407732c91c5661950060104f9f72434d6814a8df /config | |
parent | 985cee39690ddf9fa44553c203a634e1a19b3e01 (diff) |
Refer to sush rather than su.
Diffstat (limited to 'config')
-rw-r--r-- | config/login-README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/login-README b/config/login-README index 43930a5c..a87f806f 100644 --- a/config/login-README +++ b/config/login-README @@ -6,4 +6,4 @@ privileges. To login as a user with a userid of USER, use the command: 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 + sush USER # set-user shell -- start a new shell as USER (don't cd) |