Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 32) sorted by relevance

12

/coreutils/man/
Dchown.x15 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
Dchmod.x30 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,
Dchgrp.x2 chgrp \- change group ownership
Did.x2 id \- print real and effective user and group IDs
/coreutils/tests/chgrp/
Dposix-H.sh51 group=$3
52 test $group = $g2 || fail=1
67 group=$3
68 test $group = $g1 || fail=1
/coreutils/tests/cp/
Dexisting-perm-race.sh66 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/
Dchown-core.c105 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 …]
Dgroup-list.c104 struct group *grp = nullptr; in print_group()
Dchroot.c106 struct group *g; in parse_additional_groups()
122 g = (struct group *) (intptr_t) ! nullptr; in parse_additional_groups()
Dchgrp.c83 struct group *grp = getgrnam (name); in parse_group()
Dnumfmt.c739 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()
Dlocal.mk51 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
Did.c356 struct group *grp; in print_full_info()
Dsystem.h219 struct group *getgrgid (gid_t);
/coreutils/tests/timeout/
Dtimeout-group.sh47 cat > group.sh <<EOF
53 chmod a+x group.sh
67 setsid ./group.sh & pid=$!
/coreutils/tests/ls/
Dgroup-dirs.sh27 ls --group dir > out || fail=1
35 ls --group -d dir/* > out || fail=1
/coreutils/doc/
Dperm.texi21 * 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 …]
Dcoreutils.texi73 * 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/
Djm-macros.m4159 # 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/
Dp-acl.sh25 setfacl -d -m group::rwx d || framework_failure_
/coreutils/tests/chown/
Dseparator.sh36 test $(getent group | grep "^$id_gn:" | wc -l) = 1 ||
/coreutils/
DREADME-release124 https://savannah.gnu.org/project/admin/editgroupfeatures.php?group=coreutils)
132 https://savannah.gnu.org/news/approve.php?group=coreutils
Dinit.cfg495 # 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/
DPOTFILES.in70 src/group-list.c
/coreutils/tests/sort/
Dsort-debug-warn.sh151 sort: field separator ',' is treated as a group separator in numbers

12