Changing File Permissions: chmod Flashcards

1
Q

The ______ command is used to modify file permissions.

A

chmod.

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

The first argument to chmod uses a [ugoa]+/-[rwx] syntax to describe how…?

A

the permissions should be changed.

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

In Linux, permissions of a file are often referred to as..?

A

the “mode” of the file. (the name chmod is a shortcut for change mode.)

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

The chmod command allows a user to …?

A

change any permissions associated with a file. (The first argument is composed of sequence of letters specifying the access classes, followed by a plus, minus, or equals sign, followed by another sequence of letters specifying which permission types to change. Andy subsequent arguments specify a list of files to apply the changes to.)

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