The ls command will
display the contents of a directory
The cd command will
change the working directory
The pwd command will
print the working directory
The touch command will
create a new file
The command cd ~ will
change the working directory to /home/
The command to create a folder in the current directory is:
mkdir
The mv command will
move a file or a folder, or rename a file or a folder
The command to copy a file is:
cp
The command to copy a folder and its content is:
cp -r
I’m in /home/myname, the command cd .. will
change the current directory to /home