Basic Command Line Flashcards
0
Q
hostname
A
My computers network name
1
Q
Pwd
A
Print working directory
2
Q
mkdir
A
Make directory
3
Q
cd
A
Change directory
4
Q
ls
A
List directory
5
Q
rmdir
A
Remove directory
6
Q
Pushd
A
Push directory
7
Q
Popd
A
Pop dorectory
8
Q
cp
A
Copy a file or directory
9
Q
mv
A
Move a file or directory
10
Q
Less
A
Page through a file
11
Q
cat
A
Print the whole file
12
Q
xargs
A
Execute arguments
13
Q
find
A
Find files
14
Q
grep
A
Find things inside files