Basic Commands Reversed Flashcards
1
Q
Print working directory
A
pwd
2
Q
My computer’s network name
A
hostname
3
Q
Make directory
A
mkdir
4
Q
Change directory
A
cd
5
Q
List directory
A
ls
6
Q
Remove directory
A
rmdir
7
Q
Push directory
A
pushd
8
Q
Pop directory
A
popd
9
Q
Copy a file or directory
A
cp
10
Q
Move a file or directory
A
mv
11
Q
Page through a file
A
less
12
Q
Print the whole file
A
cat
13
Q
Execute arguments
A
xargs
14
Q
Find files
A
find
15
Q
Find things inside files
A
grep