Appendix A Flashcards
1
Q
pwd
A
print working directory
2
Q
if you get lost
A
pwd to figure out where you are then cd ~
3
Q
make a directory
A
mkdir
4
Q
change directory one forward
A
cd _
5
Q
go back one directory
A
cd ..
6
Q
go back two or more directories
A
cd ../../
7
Q
list directory
A
ls
8
Q
remove directory
A
rmdir
9
Q
make path
A
mkdir -path name/of/path
10
Q
change to specific directory; push directory
A
pushd
11
Q
go back to the directory you were in before using pushd, or pop directory
A
popd
12
Q
copy a file or directory
A
cp
13
Q
move a file or directory
A
mv
14
Q
page through a file
A
more
15
Q
my computer’s network name
A
hostname