Lines Matching +full:working +full:- +full:directory

64 is the super-user.
87 In this case the file to be changed is determined relative to the directory
90 instead of the current working directory.
93 are constructed by a bitwise-inclusive OR of flags from the following list, defined
96 .Bl -tag -width indent
102 Only walk paths below the directory specified by the
113 argument is an empty string, operate on the file or directory
120 operate on the current working directory.
129 parameter, the current working directory is used.
141 .Bd -literal -offset indent -compact
162 The non-standard
172 On UFS-based file systems (FFS, LFS) the sticky
177 (the `sticky bit') is set on a directory,
179 files of other users in that directory.
181 set by any user on a directory which the user owns or has appropriate
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
190 to be the same as the owner of that directory.
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
233 A component of the path prefix is not a directory.
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
268 and path does not refer to a directory.
274 .Bl -tag -width Er
283 The file resides on a read-only file system.
295 .Bl -tag -width Er
315 nor a file descriptor associated with a directory.
320 directory outside of the directory hierarchy specified by
337 .St -p1003.1-90 ,
343 .St -susv3 .
347 .St -p1003.1-2008 .