What does the “ls” command do?
Displays all the content inside of the current folder you’re in.
What does “ls” stand for?
List
What does “cd” stand for?
Change directory
What does the “cd” command do?
Changes the directory you’re in.
What does the “mkdir” command stand for?
Make directory
What does the “cd ..” command do?
Takes you back a directory
What does the “touch” command stand for?
Creates a new file
What does the “rm” stand for?
Remove
What does the “rm command do?
Removes a file or directory
What does “-rf” stand for?
Recursive force
What does the “-rf” command do?
Removes all the child files