- ls - listing the content of current directory. Option -a displays the hidden entities. Option -l displays the details.
- pwd - prints the current directory location.
- cd - changes the current directory.
- mv - moves/renames specified file/directory.
- rm - deletes the file specified.
- touch - creates empty file with default permissions.
- mkdir - creates directory with default permissions.
- rmdir - deletes the directory specified.
- cp - creates a copy of file/directory specified.
- find - searches the directories.
- which - searches the directories specified by the PATH environment variable. *use >echo $PATH.