Some commands and their functions
- Niela U
- Apr 29, 2023
- 1 min read

This is a list of commands and what the commands do.
The commands are as follows:
whoami: This shows which user is currently in use
pwd: This shows the present working directory
ls: This shows files and directories in the current working directory
nano: This is used to edit a file
cat: This is used to read a file
ls -al: This is used to list all files
mkdir: This is to create directories
mv: This is to used to move a file from a folder to another folder
mv: This is to used to rename a file
rm: This is to used to delete a file



Comments