readme: Added info on su

This commit is contained in:
Nathan Woodburn 2023-05-15 12:40:00 +10:00
parent 4bfffd2997
commit 508e1cfcd1
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -28,4 +28,5 @@ Or you can just tell me in person on Friday.
- `pwd` - Print the current working directory
- `cd <directory>` - Change directory (disabled for you atm)
- `help` or `man` - Get help about a command (some commands need one or the other)
- `su` - Switch user Eg. `su gituser` (you will be prompted for the password)
- `logout` - Log out of the server (also `Ctrl+D`)