Basics Flashcards
0
Q
find what man page is appropriate
A
apropos
0
Q
change ownership
A
chown
1
Q
move a file or directory
A
mv
2
Q
cat
A
print the whole file
2
Q
sudo
A
Danger! become super user root Danger!
2
Q
pop directory
A
popd
3
Q
xargs
A
execute arguments
3
Q
page through a file
A
less
4
Q
list directory
A
ls
5
Q
pwd
A
print working directory
6
Q
pushd
A
push directory
8
Q
ls
A
list directory
10
Q
cp
A
copy a file or directory
11
Q
popd
A
pop directory
12
Q
mv
A
move a file or directory
12
Q
make directory
A
mkdir
12
Q
change permission modifiers
A
chmod
13
Q
push directory
A
pushd
14
Q
execute arguments
A
xargs