[hackers] [sbase] Add sticky bit to documentation. || Markus Wichmann
commit 298703ff2dde5bf8484ac8e101265884884eb758
Author: Markus Wichmann <nullplan_AT_gmx.net>
Date: Sun Oct 20 10:56:49 2013 +0200
Add sticky bit to documentation.
diff --git a/chmod.1 b/chmod.1
index 579aa68..4deb792 100644
--- a/chmod.1
+++ b/chmod.1
_AT_@ -9,7 +9,7 @@ chmod \- change file mode
.P
.B chmod
.RB [ \-r ]
-.RB [ ugoa ]*[ +-= ][ rwxs ]*
+.RB [ ugoa ]*[ +-= ][ rwxst ]*
.RI [ file ...]
.SH DESCRIPTION
.B chmod
_AT_@ -18,7 +18,7 @@ changes the file mode for the given files.
If the mode is an
.I octal
number, the modes are set according to that number's comprising bits. The first
-digit defines the setuid (4) and setgid (2) attributes. The second digit
+digit defines the setuid (4), setgid (2), and sticky (1) attributes. The second digit
defines the owner's permissions: read (4), write (2), and execute (1); the third
defines permissions for others in the file's group; and the fourth for all other
users. Leading zeroes may be omitted.
_AT_@ -62,6 +62,9 @@ execute permissions.
.TP
.B s
setuid and setgid attributes.
+.TP
+.B t
+sticky attribute.
.PD
.SH OPTIONS
.TP
Received on Sun Oct 20 2013 - 11:41:40 CEST
This archive was generated by hypermail 2.3.0
: Sun Oct 20 2013 - 11:48:18 CEST