Command Line Interface Flashcards
1
Q
my computer’s network name
A
hostname
2
Q
make directory
A
mkdir
3
Q
change directory
A
cd
4
Q
list directory
A
ls
5
Q
remove directory
A
rmdir
6
Q
push directory
A
pushd
7
Q
pop directory
A
popd
8
Q
copy a file or directory
A
cp
9
Q
move a file or directory
A
mv
10
Q
page through a file
A
less
11
Q
print the whole file
A
cat
12
Q
execute arguments
A
xargs
13
Q
find files
A
find
14
Q
find things inside files
A
grep
15
Q
read a manual page
A
man