"ls" command is used to list all files and directory.
"mkdir" is used to make a directory ['directory' in linux is a folder].
"rmdir" is used to remove the directory.
"cd" is used to change the directory. [move from one directory to anoter]
- "cd .." is to go back one step.
- "cd /" is used to go to root user.