Lines Matching refs:group

73 * groups: (coreutils)groups invocation.         Print group names a user is in.
232 * Disambiguating names and IDs:: chgrp, chown, chroot, id: user and group syntax
346 * chown invocation:: Change file owner and group
347 * chgrp invocation:: Change group ownership
421 * groups invocation:: Print group names a user is in
484 * Directory Setuid and Setgid:: Set-user-ID and set-group-ID on directories
802 * Disambiguating names and IDs:: chgrp, chown, chroot, id: user and group syntax
1171 @cindex group names, disambiguating
1172 @cindex group IDs, disambiguating
1173 @cindex disambiguating group names and IDs
1175 Since the @var{user} and @var{group} arguments to these commands
1178 What if a user or group @emph{name} is a string of digits?
1193 Simply precede each numeric user ID and/or group ID with a @samp{+},
1203 because a string containing @samp{+} is never a valid user or group name.
1985 octal, and each group of file data is a C @code{short int}'s worth of input
3317 followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
3753 @c TODO: "uniq" already supports "--group".
3761 @c uniq --group -k2,2 |
4513 Merge the given files by sorting them as a group. Each input file must
5425 Output a newline before each group of repeated lines.
5435 no delimiter is inserted before the first group, and hence
5451 @item --group[=@var{delimit-method}]
5452 @opindex --group
5454 Output all lines, and delimit each unique group.
5467 Output a delimiter before each group of unique items.
5470 Output a delimiter after each group of unique items.
5473 Output a delimiter around each group of unique items.
5485 Discard the last line that would be output for a repeated input group.
6520 @group
6534 @end group
6677 @group
6681 @end group
6693 @group
6697 @end group
6711 @group
6715 @end group
6730 @group
6734 @end group
6741 @group
6745 @end group
6753 @group
6757 @end group
6766 @group
6770 @end group
6779 @group
6783 @end group
6928 @group
6943 @end group
6954 @group
6970 @end group
6979 @group
6983 @end group
7728 @item --group-directories-first
7729 @opindex --group-directories-first
7923 @itemx --no-group
7925 @opindex --no-group
7926 Inhibit display of group information in long format.
7950 number of hard links, owner name, group name, size, and
7953 If the owner or group name cannot be determined, print
7954 the owner or group ID instead, right-justified as a cue
8025 If the set-user-ID or set-group-ID bit and the corresponding executable bit
8029 If the set-user-ID or set-group-ID bit is set but the corresponding
8065 @cindex numeric user and group IDs
8067 display right-justified numeric user and group IDs
8068 instead of left-justified owner and group names.
8072 Produce long format, but omit group information.
8074 with @option{--no-group} (@option{-G}).
9089 Preserve the owner and group. On most modern systems,
9092 may preserve the group ownership of a file only if they happen to be
9093 a member of the desired group.
9148 corresponding source file minus the set-user-ID, set-group-ID, and
9975 possible, their owner and group. Synopses:
10002 set-user-ID and set-group-ID bits of parent directories are inherited.
10025 change to the destination content, owner, group, permissions, and possibly
10028 @option{--group} and @option{--mode} options, lest @command{install}
10054 group and mode as given on the command line or to the defaults.
10058 @item -g @var{group}
10059 @itemx --group=@var{group}
10061 @opindex --group
10062 @cindex group ownership of installed files, setting
10063 Set the group ownership of installed files or directories to
10064 @var{group}. The default is the process's current group. @var{group}
10065 may be either a group name or a numeric group ID.
10077 execute for the owner, read and execute for group and other, and with
10078 set-user-ID and set-group-ID disabled.
10080 instead of preserving set-user-ID and set-group-ID on directories.
10889 link file itself, rather than on its target. The owner and group of a
11123 set-user-ID and set-group-ID bits of directories are inherited unless
11146 Setgid}, for how the set-user-ID and set-group-ID bits of
11481 group (a group ID), permissions (what the owner can do with the file,
11482 what people in the group can do, and what everyone else can do), various
11497 @section @command{chown}: Change file owner and group
11501 @cindex group ownership, changing
11503 @cindex changing group ownership
11505 @command{chown} changes the user and/or group ownership of each given @var{file}
11506 to @var{new-owner} or to the user and group of an existing reference file.
11514 If used, @var{new-owner} specifies the new owner and/or group as follows
11518 [@var{owner}] [ : [@var{group}] ]
11526 user is made the owner of each given file, and the files' group is not
11529 @item owner@samp{:}group
11530 If the @var{owner} is followed by a colon and a @var{group} (a
11531 group name or numeric group ID), with no spaces between them, the group
11532 ownership of the files is changed as well (to @var{group}).
11535 If a colon but no group name follows @var{owner}, that user is
11536 made the owner of the files and the group of the files is changed to
11537 @var{owner}'s login group.
11539 @item @samp{:}group
11540 If the colon and following @var{group} are given, but the owner
11541 is omitted, only the group of the files is changed; in this case,
11546 owner nor the group is changed.
11550 If @var{owner} or @var{group} is intended to represent a numeric user
11551 or group ID, then you may specify it with a leading @samp{+}.
11561 @var{owner@samp{.}group} happens to identify a user whose name
11565 It is system dependent whether a user can change the group to an arbitrary one,
11566 or the more portable behavior of being restricted to setting a group of
11572 set-group-ID permission bits. This behavior depends on the policy and
11674 Change the user and group of each @var{file} to be the same as those of
11676 user and group of the symbolic link, but rather those of the file it
11716 # Likewise, but also change its group to "staff".
11725 @section @command{chgrp}: Change group ownership
11728 @cindex group ownership, changing
11729 @cindex changing group ownership
11731 @command{chgrp} changes the group ownership of each given @var{file}
11732 to @var{group} (which can be either a group name or a numeric group ID)
11733 or to the group of an existing reference file. @xref{chown invocation}.
11737 chgrp [@var{option}]@dots{} @{@var{group} | --reference=@var{ref_file}@}@c
11741 If @var{group} is intended to represent a
11742 numeric group ID, then you may specify it with a leading @samp{+}.
11756 Verbosely describe the action for each @var{file} whose group actually
11766 Do not print error messages about files whose group cannot be
11781 @cindex symbolic links, changing group
11806 Change the group of each @var{file} to be the same as that of
11808 group of the symbolic link, but rather that of the file it refers to.
11824 @cindex recursively changing group ownership
11825 Recursively change the group ownership of directories and their contents.
11844 # Change the group of /u to "staff".
11847 # Change the group of /u and subfiles to "staff".
11880 A successful use of @command{chmod} clears the set-group-ID bit of a
11881 regular file if the file's group ID does not match the user's
11882 effective group ID or one of the user's supplementary group IDs,
11884 may cause the set-user-ID and set-group-ID bits of @var{mode} or
11963 # Add user and group execute permissions to FOO.
13708 @cindex set-group-ID check
13709 True if @var{file} exists and has its set-group-ID bit set.
13744 @cindex owned by effective group ID check
13745 True if @var{file} exists and is owned by the current effective group ID.
14700 permissions for the current user, but no permissions for the group or
14773 for the group or others; these permissions are reduced if the current
14957 @group
14964 @end group
14971 @group
14978 @end group
14986 @group
14993 @end group
15002 @group
15009 @end group
15914 * groups invocation:: Print group names a user is in.
15924 @cindex real user and group IDs, printing
15925 @cindex effective user and group IDs, printing
15926 @cindex printing real and effective user and group IDs
15940 By default, it prints the real user ID, real group ID, effective user ID
15941 if different from the real user ID, effective group ID if different from
15942 the real group ID, and supplemental group IDs.
15948 followed by the corresponding user or group name in parentheses.
15955 @itemx --group
15957 @opindex --group
15958 Print only the group ID.
15964 Print only the group ID and the supplementary groups.
15970 Print the user or group name instead of the ID number. Requires
15977 Print the real, instead of effective, user or group ID@. Requires
16018 that if you change the group database after logging in, @command{\cmd\}
16020 Running @command{\cmd\} with a \arg\ causes the user and group
16065 @section @command{groups}: Print group names a user is in
16076 group list by a colon. Synopsis:
16082 The group lists are equivalent to the output of the command @samp{id -Gn}.
17621 Use @samp{--groups=''} to disable the supplementary group look-up
17624 @item --userspec=@var{user}[:@var{group}]
17629 different primary @var{group}.
17644 The user and group name look-up performed by the @option{--userspec}
17647 If the specified user or group items are intended to represent a numeric ID,
18644 Don't create a separate background program group, so that
18787 processes in the process group of the current process. If @var{pid}
18790 is sent to all processes in the process group that equals the absolute
20116 FORTRAN compiler. The popularity of the group waned in the middle 1980s