page 19 and so on Flashcards

1
Q

can only be changed by file owner or superuser (system
administrator)

A

permissions

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

is used to alter access permissions to an existing file or
directory

A

chmod

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

the 9 permission characters displayed in an ls -l listing

A

r w xr w xr w x

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

User Group Other

A

r w x r w x rw x

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

permission provides the ability to read the contents of a file, for
example:
cat cars - the cat command will only work if you
have read permission

A

r = read

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

permission provdes the ability to change or add to the
contents of a file

A

w - write

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

permission provides the ability to execute (run) a program

A

x - execute

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

permissions apply to the owner of the file, and may be any
combination of read, write, and execute

A

u - user

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

permissions apply to the group of the file, for example the
other engineers in your engineering department

A

g - group

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