ls
List contents of current working directory
cat
Display content of a text file
cd
Changes current working directory
pwd
Shows current working directory
whoami
Displays the username of the current user
touch
creates a new empty file or updates the timestamp for an existing file
man
displays the manual page for the given command
whatis
provides a brief description of the specified command