The ______ command is used to modify file permissions.
chmod.
The first argument to chmod uses a [ugoa]+/-[rwx] syntax to describe how…?
the permissions should be changed.
In Linux, permissions of a file are often referred to as..?
the “mode” of the file. (the name chmod is a shortcut for change mode.)
The chmod command allows a user to …?
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.)