summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-08-18 19:20:19 +0000
committerMiles Bader <miles@gnu.org>1997-08-18 19:20:19 +0000
commite91776c73253c89e4331d30452dedb33c3188ccd (patch)
tree1d5c1bbb354e5e05630906b727968376d9490997 /config
parent3e2fa21483abd532c5ec08431ea532e917bb1639 (diff)
.
Diffstat (limited to 'config')
-rw-r--r--config/login-README5
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)