Even More Commands
- who
- List who is currently logged on the system
- whoami
- Report what user you are logged in as.
- ps
- List your processes on the system
- ps -aux
- List all the processes on the system
- echo "A string to be echoed"
- Echo a string (or list of arguments) to the terminal.
Notes:
No notes for slide 21