Linux Flashcards

1
Q

command for copy files

A

cp

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

command for remove files

A

rm

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

command to list the groups you are in

A

groups

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

command to change file permissions

A

chmod

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

command to change file permissions

A

chmod

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

which wildcard represents all files?

A

*

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

Which letter represents execute permission?

A

x

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

Which letter represents read permission?

A

r

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

Which letter represents write permission?

A

w

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

Which letter represents the main user (owner of program/file)?

A

u

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

Which letter represents all the other users (world)?

A

o

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

Which letter represents a specific group of people?

A

g

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

Which command is used to change to another directory?

A

cd

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

Which command is used to move files and directories?

A

mv

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

Which command is used to rename files and directories?

A

mv

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

Which command is used to print your current working directory?

A

pwd

15
Q

Which command is used to list the contents of a directory?

A

ls

16
Q

Which command is used to make a new directory?

A

mkdir

17
Q

Which command is used to display the contents of a file?

A

more