Lines Matching +full:super +full:- +full:set
64 is the super-user.
93 are constructed by a bitwise-inclusive OR of flags from the following list, defined
96 .Bl -tag -width indent
141 .Bd -literal -offset indent -compact
157 #define S_ISUID 0004000 /* set user id on execution */
158 #define S_ISGID 0002000 /* set group id on execution */
162 The non-standard
172 On UFS-based file systems (FFS, LFS) the sticky
173 bit may only be set upon directories.
177 (the `sticky bit') is set on a directory,
186 If mode ISUID (set UID) is set on a directory,
188 then the owner of any new files and sub-directories
189 created within this directory are set
211 turns off the set-user-id and set-group-id bits
212 unless the user is the super-user.
214 by protecting set-user-id (set-group-id) files
215 from remaining set-user-id (set-group-id) if they are modified,
225 .Rv -std
231 .Bl -tag -width Er
245 the effective user ID is not the super-user.
247 The effective user ID is not the super-user, the effective user ID do match the
251 The named file has its immutable or append-only flag set, see the
255 The named file resides on a read-only file system.
266 The effective user ID is not the super-user, the mode includes the sticky bit
274 .Bl -tag -width Er
283 The file resides on a read-only file system.
295 .Bl -tag -width Er
337 .St -p1003.1-90 ,
343 .St -susv3 .
347 .St -p1003.1-2008 .