--- chmod.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 1.8.4.rc3 --LQksG6bCIzRHxTLp--Received on Mon Sep 17 2001 - 00:00:00 CEST
This archive was generated by hypermail 2.3.0 : Sun Oct 20 2013 - 11:36:03 CEST