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