Changing File Permissions: chmod Flashcards
1
Q
The ______ command is used to modify file permissions.
A
chmod.
2
Q
The first argument to chmod uses a [ugoa]+/-[rwx] syntax to describe how…?
A
the permissions should be changed.
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.)
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.)