Basics Flashcards

(48 cards)

0
Q

find what man page is appropriate

A

apropos

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
0
Q

change ownership

A

chown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

move a file or directory

A

mv

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

cat

A

print the whole file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

sudo

A

Danger! become super user root Danger!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

pop directory

A

popd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

xargs

A

execute arguments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

page through a file

A

less

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

list directory

A

ls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

pwd

A

print working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

pushd

A

push directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ls

A

list directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

cp

A

copy a file or directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

popd

A

pop directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

mv

A

move a file or directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

make directory

A

mkdir

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

change permission modifiers

A

chmod

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

push directory

A

pushd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

execute arguments

A

xargs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

exit the shell

16
Q

remove directory

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