Lines Matching full:by
5 .\" This code is derived from software contributed to Berkeley by
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
48 as specified by the
64 and hence unaffected by the command.
104 command's actions are determined by the last one specified.
131 sub-directories created in them to be owned by the directory owner
132 and not by the uid of the creating process, if the underlying file
150 Allow read by owner.
152 Allow write by owner.
154 For files, allow execution by owner.
158 Allow read by group members.
160 Allow write by group members.
162 For files, allow execution by group members.
166 Allow read by others.
168 Allow write by others.
170 For files, allow execution by others.
175 For example, the absolute mode that permits read, write and execute by
176 the owner, read and execute by group members, read and execute by
180 The symbolic mode is described by the following grammar:
245 Otherwise, the mode bits represented by the specified
260 Otherwise, the mode bits represented by the specified
266 The mode bits specified by the
278 Otherwise, the mode bits represented by the specified
291 Operations upon the other permissions only (specified by the symbol
292 ``o'' by itself), in combination with the
302 make a file readable by anyone and writable by the owner only.
312 make a directory or file searchable/executable by everyone if it is
313 already searchable/executable by anyone.
318 make a file readable/executable by everyone and writable by the owner only.