diff options
author | william.r.dieter <william.r.dieter@intel.com> | 2021-01-29 19:42:56 (GMT) |
---|---|---|
committer | william.r.dieter <william.r.dieter@intel.com> | 2021-01-29 21:30:52 (GMT) |
commit | 8213390a3e726bb7aaa0623c548b2cabcc1ca8a5 (patch) | |
tree | dbe4e859130cb4e1f105d4511b0bb34ef357d705 /Help/command | |
parent | f41d0e0c773319a66acefcab81322f0519dfedae (diff) | |
download | CMake-8213390a3e726bb7aaa0623c548b2cabcc1ca8a5.zip CMake-8213390a3e726bb7aaa0623c548b2cabcc1ca8a5.tar.gz CMake-8213390a3e726bb7aaa0623c548b2cabcc1ca8a5.tar.bz2 |
Added `SETUID` and `SETGID` to the list of accepted file permissions
Signed-off-by: william.r.dieter <william.r.dieter@intel.com>
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/file.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index 76a07f9..c64b13f 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -825,7 +825,7 @@ which would make them unable to support a hard link. Set the permissions for the ``<files>...`` and ``<directories>...`` specified. Valid permissions are ``OWNER_READ``, ``OWNER_WRITE``, ``OWNER_EXECUTE``, ``GROUP_READ``, ``GROUP_WRITE``, ``GROUP_EXECUTE``, ``WORLD_READ``, -``WORLD_WRITE``, ``WORLD_EXECUTE``. +``WORLD_WRITE``, ``WORLD_EXECUTE``, ``SETUID``, ``SETGID``. Valid combination of keywords are: |