-
What is the command to create a file? touch
-
What is a command to create a folder? mkdir
-
What is the command to delete a file? rm
-
What is the command to delete a folder? rm -rf ./dir
-
What is the command to move a file? mv
-
What is the command to copy a file? cp
-
What is the command to go up one directory? cd ../
-
What is the command to list the files in a directory? ls
ls -la
-
What is the command to see what directory you are currently in? pwd
-
What would typing
historydo? history of all your commands