Basics Flashcards
(48 cards)
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
15
Q
exit the shell
A
exit
16
Q
remove directory
A
rmdir
17
Q
less
A
page through a file
18
Q
env
A
look at your environment
19
Q
export
A
export/set a new environmental variable
20
apropos
find what man page is appropriate
21
look at your environment
env
22
cd
change directory
23
find things inside files
grep
23
export/set a new environmental variable
export
24
copy a file or directory
cp
25
man
read a manual page
27
rmdir
remove directory
28
read a manual page
man
30
chmod
change permission modifiers
31
print some arguments
echo
33
chown
change ownership
34
grep
find things inside files
36
find
find files
37
exit
exit the shell
38
echo
print some arguments
40
print working directory
pwd
42
hostname
my computer's network name
43
change directory
cd
44
Danger! become super user root Danger!
sudo
45
find files
find
46
my computer's network name
hostname
47
print the whole file
cat
48
mkdir
make directory