Module 1 Flashcards
0
Q
Which command is used to move files and directories?
A
mv
1
Q
Which command is used to change to another directory?
A
cd
2
Q
Which command is used to rename files and directories?
A
mv
3
Q
Which command is used to list the contents of a directory
A
ls
4
Q
Which command is used to print your current working directory?
A
pwd
5
Q
Which command is used to make a new directory?
A
mkdir
6
Q
Which command is used to display the contents of a file? (Displays a text file one screen full at a time)
A
more