Most Commonly used commands are:
- cp
copies files and directories.
- mv
moves files and directories.
- rm
removes files and directories.
- ls
displays files and directories.
- echo $path
- env
displays or changes Linux environment variables.
Any other Linux command can be used. For a description of these commands, see the respective Linux documentation (for example, man-pages).