/coreutils/man/ |
D | chown.x | 15 owner of each given file, and the files' group is not changed. If the 16 owner is followed by a colon and a group name (or numeric group ID), 17 with no spaces between them, the group ownership of the files is 18 changed as well. If a colon but no group name follows the user name, 19 that user is made the owner of the files and the group of the files is
|
D | chmod.x | 30 group (\fBo\fP), or all users (\fBa\fP). If none of these are given, 48 users who are members of the file's group (\fBg\fP), 55 The first digit selects the set user ID (4) and set group ID (2) and 60 in the file's group, with the same values. 76 clears the set-group-ID bit of a 78 effective group ID or one of the user's supplementary group IDs,
|
D | chgrp.x | 2 chgrp \- change group ownership
|
D | id.x | 2 id \- print real and effective user and group IDs
|
/coreutils/tests/chgrp/ |
D | posix-H.sh | 51 group=$3 52 test $group = $g2 || fail=1 67 group=$3 68 test $group = $g1 || fail=1
|
/coreutils/tests/cp/ |
D | existing-perm-race.sh | 66 read mode links owner group etc <ls.out || fail=1 79 test "$group" = "$g1" && fail=1;; 88 read mode links owner group etc <ls.out || fail=1 90 -rw-------*) test "$group" = "$g1" || fail=1;;
|
/coreutils/src/ |
D | chown-core.c | 105 struct group *grp = getgrgid (gid); in gid_to_name() 123 user_group_str (char const *user, char const *group) in user_group_str() argument 129 if (group) in user_group_str() 131 spec = xmalloc (strlen (user) + 1 + strlen (group) + 1); in user_group_str() 132 stpcpy (stpcpy (stpcpy (spec, user), ":"), group); in user_group_str() 139 else if (group) in user_group_str() 141 spec = xstrdup (group); in user_group_str() 154 char const *user, char const *group) in describe_change() argument 167 spec = user_group_str (user, group); in describe_change() 169 group ? old_group : nullptr); in describe_change() [all …]
|
D | group-list.c | 104 struct group *grp = nullptr; in print_group()
|
D | chroot.c | 106 struct group *g; in parse_additional_groups() 122 g = (struct group *) (intptr_t) ! nullptr; in parse_additional_groups()
|
D | chgrp.c | 83 struct group *grp = getgrnam (name); in parse_group()
|
D | numfmt.c | 739 enum scale_type scale, int group, enum round_type round) in double_to_human() argument 745 if (group) in double_to_human() 759 devmsg ((group) ? in double_to_human()
|
D | local.mk | 51 src/group-list.h \ 376 src_id_SOURCES = src/id.c src/group-list.c 377 src_groups_SOURCES = src/groups.c src/group-list.c
|
D | id.c | 356 struct group *grp; in print_full_info()
|
D | system.h | 219 struct group *getgrgid (gid_t);
|
/coreutils/tests/timeout/ |
D | timeout-group.sh | 47 cat > group.sh <<EOF 53 chmod a+x group.sh 67 setsid ./group.sh & pid=$!
|
/coreutils/tests/ls/ |
D | group-dirs.sh | 27 ls --group dir > out || fail=1 35 ls --group -d dir/* > out || fail=1
|
/coreutils/doc/ |
D | perm.texi | 21 * Directory Setuid and Setgid:: Set-user-ID and set-group-ID on directories. 55 other users who are in the file's group; 61 @cindex group owner, default 62 Files are given an owner and group when they are created. Usually the 63 owner is the current user and the group is the group of the directory 66 can change the owner and group of a file by using the @command{chown} and 82 @item The @dfn{set-group-ID bit} (@dfn{setgid bit}). 83 @cindex set-group-ID 85 On execution, set the process's effective group ID to that of the file. 87 the same group as the directory, no matter what group the user who [all …]
|
D | coreutils.texi | 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 [all …]
|
/coreutils/m4/ |
D | jm-macros.m4 | 159 # Accept configure options: --with-tty-group[=GROUP], --without-tty-group 160 # You can determine the group of a TTY via 'stat --format %G /dev/tty' 161 # Omitting this option is equivalent to using --without-tty-group. 162 AC_ARG_WITH([tty-group], 163 AS_HELP_STRING([--with-tty-group[[[=NAME]]]], 164 [group used by system for TTYs, "tty" when not specified] 165 [ (default: do not rely on any group used for TTYs)]), 173 AC_MSG_NOTICE([TTY group used by system set to "$tty_group_name"]) 175 [group used by system for TTYs])
|
/coreutils/tests/mkdir/ |
D | p-acl.sh | 25 setfacl -d -m group::rwx d || framework_failure_
|
/coreutils/tests/chown/ |
D | separator.sh | 36 test $(getent group | grep "^$id_gn:" | wc -l) = 1 ||
|
/coreutils/ |
D | README-release | 124 https://savannah.gnu.org/project/admin/editgroupfeatures.php?group=coreutils) 132 https://savannah.gnu.org/news/approve.php?group=coreutils
|
D | init.cfg | 495 # Skip group numbers equal to 2**N - 1 for common N, 507 this test requires that you be a member of more than one group, 511 of group names or numbers. E.g., 538 # Does kill support sending signal to whole group? 542 kill -0 -- -1 || skip_ 'requires kill with group signaling support' 694 # Skip if files are created with a different group to the current user
|
/coreutils/po/ |
D | POTFILES.in | 70 src/group-list.c
|
/coreutils/tests/sort/ |
D | sort-debug-warn.sh | 151 sort: field separator ',' is treated as a group separator in numbers
|