Command Line Flashcards
0
Q
Whats is another term for my computer’s network name?
A
Hostname
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 directory
8
Q
cp
A
Copy a file or directory
9
Q
mv
A
Move a file or directory/renaming them
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.
find -STARTDIR -name WILDCARD -print
14
Q
grep
A
Find things inside files