Go to the first, previous, next, last section, table of contents.
See section File Permissions, for information on how file permissions are
structured and how to specify them.
- Test: -perm mode
-
True if the
file's permissions are exactly mode (which can be numeric or symbolic).
Symbolic modes use mode 0 as a point of departure.
If mode starts with `-', true if
all of the permissions set in mode are set for the file;
permissions not set in mode are ignored.
If mode starts with `+', true if
any of the permissions set in mode are set for the file;
permissions not set in mode are ignored.
Go to the first, previous, next, last section, table of contents.