2.8 Flashcards
1
Q
A shell command that displays the current working directory.
A
pwd
2
Q
A shell command used to change the current working directory.
A
cd
3
Q
A shell command that displays files and directories.
A
ls
4
Q
A shell command that creates a directories.
A
mkdir
5
Q
A shell command that copies files and directories.
A
cp
6
Q
A shell command that moves and renames files and directories.
A
mv
7
Q
A shell command the deletes empty directories.
A
rmdir
8
Q
A shell command that deletes files and directories.
A
rm