Week 1 Flashcards
1
Q
What is ls -l?
A
A command that displays detailed information about each file and ditectory
2
Q
What is ls -al?
A
It is a command that shows all files, including hidden files and uses the long listing format (from -l)
3
Q
What does pwd do?
A
It displays the path for the current working directory
4
Q
What does the man command do?
A
It displays the manual for the command that follows it.
5
Q
What does rm * do?
A
It removes all files in a directory and ought to be used with caution