Permissions Flashcards

1
Q

r

A

Read permissions (you can see what you see)

For directory, means you can see the files inside

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

w

A

Write permissions (change file)

In directory, add to directory

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

x

A

Allows the execution of a file in a directory

Allows access to the contents and metadata for entries

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

u

A

User category for permissions

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

g

A

Group category for permissions.

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

o

A

Other category for permissions

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

a

A

All category for permissions

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

groups

A

Tells you what groups you are in

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

groups userID

A

Tells you what groups the user is in

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

id-Gn

A

Synonym for groups userID

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

Permission order

A

User->Group->all
—r-w —r —r

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

chmod

A

Used to change permissions, aka modes

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

ugoa

A

The options to add to chmod to specify changes to user, group, other, and all

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

+-=

A

Append to chmod to specify permissions being added, subtracted, or equaling

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

rwx

A

Read, write, executr

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

chgroup

A

Changes the group of the file

17
Q

umask -S

A

Takes away permissions symbolically

18
Q

touch

A

Creates a file