Lines Matching refs:in

9 @c Texts.  A copy of the license is included in the ``GNU Free
13 access that users have to that file. They can be represented either in
41 permission to create and remove files in the directory.
45 this means permission to access files in the directory.
55 other users who are in the file's group;
64 the file is in, but this varies with the operating system, the
78 For directories on a few systems, give files created in the directory
86 For directories on most systems, give files created in the directory
88 creates them is in, and set the set-group-ID bit of newly-created
93 @cindex swap space, saving text image in
94 @cindex text image, saving in swap space
96 Prevent unprivileged users from removing or renaming a file in a directory
187 more than one of these letters is given, the order that they are in does
196 other users who are in the file's group;
264 if they have write permission on the directory it is in.
293 adds the permissions for users who are in a file's group to the
310 @samp{u} in the @var{users} part of the symbolic mode and
311 @samp{s} in the @var{permissions} part.
314 @samp{g} in the @var{users} part of the symbolic mode and
315 @samp{s} in the @var{permissions} part.
318 of the symbolic mode (or use @samp{a}) and use @samp{s} in the
323 @samp{t} in the @var{permissions} part.
359 removes all read, write, and execute/search permissions that users not in the
392 @var{permissions} parts after a @var{users} part in the symbolic mode.
430 gives users who are not in the file's group no permission at all for
440 gives all users permission to read the file, and gives users who are in
442 to write to it. The above mode could be written in several different
456 @emph{set} in the system variable @code{umask} are @emph{not affected}.
467 permission for users who are not in the file's group, then the mode:
475 are in the file's group, but @emph{not} to other users. In contrast,
497 to other users in the file's group,
498 and to other users not in the file's group each require three
501 for example, if all three are present, the resulting 111 (in binary)
502 is represented as the digit 7 (in octal). The three special
508 Value in Corresponding
521 Other users in the file's group:
526 Other users not in the file's group:
538 mode, but it is limited in that normally it cannot take into account the
545 Numeric modes are always interpreted in octal; you do not have to add a
546 leading @samp{0}, as you do in C@. Mode @samp{0055} is the same as
555 interpretation as in symbolic modes. For example, @samp{+440} enables
564 @var{dir}} differ in that the former clears the directory @var{dir}'s
588 specifically mentions them in a symbolic mode, or uses an operator
589 numeric mode such as @samp{=755}, or sets them in a numeric mode, or
590 clears them in a numeric mode that has five or more octal digits.
608 explicitly in the symbolic or numeric modes, e.g.:
623 explicitly in a symbolic mode, or use an operator numeric mode, or