CH17 Flashcards

1
Q

Which of the following commands set “other” permissions on file to r-x?

chmod o-rw file
chmod o+rx file
chmod o=rx file
chmod o=r+x file

A

chmod o=rx file

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

Only one set (user,group,other) of permission can be changed at once using the symbolic method?

True
False

A

False

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

Which of the following are methods for setting permission using the chmod command? (Choose Two)

letter
primary
symbolic
octal

A

symbolic

octal

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

The chown command can be used to change the owner and group of a file?

True
False

A

True

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

The user sysadmin will be able to read a file because they own it?

True
False

A

False

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

Which of the following permissions would allow all users to add, view, and delete files in a directory?

750
775
666
777

A

777

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

A user cannot delete a file if they do not own it?

True
False

A

False

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

The chgrp command can be used on a file by?

A user that belongs to the files current group
Only the file owner
The file owner and Root
Only Root

A

The file owner and Root

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

The chown command permits changing group ownership done by root only?

True
False

A

False

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

The user owner of a file will always have the same or higher permissions as “other”?

True
False

A

False

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