*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: chgrp | Section: 1 | Source: OpenBSD | File: chgrp.1
CHGRP(1) FreeBSD General Commands Manual CHGRP(1) NAME chgrp - change group SYNOPSIS chgrp [-h] [-R [-H | -L | -P]] group file ... DESCRIPTION chgrp sets the group ID of the specified files. The options are as follows: -H If the -R option is specified, symbolic links on the command line are followed. Symbolic links encountered in the tree traversal are not followed. -h Treat symbolic links like other files: modify links instead of following them. The -h and -R options are mutually exclusive. -L If the -R option is specified, all symbolic links are followed. -P If the -R option is specified, no symbolic links are followed. -R Recurse. Where file is a directory, change the group ID of the directory and all the files and directories in the file hierarchy below it. The -H, -L, and -P options are ignored unless the -R option is specified; if none of them are given, the default is to not follow symbolic links. In addition, these options override each other and the command's actions are determined by the last one specified. The group operand can be either a group name from the group database, or a numeric group ID. If a group name is also a numeric group ID, the operand is used as a group name. By default, chgrp clears the set-user-ID and set-group-ID bits on the file to prevent accidental or mischievous creation of set-user-ID and set-group-ID programs. This behaviour can be overridden by setting the sysctl(8) variable fs.posix.setuid to zero. The user invoking chgrp must belong to the specified group and be the owner of the file, or be the superuser. FILES /etc/group group ID file EXIT STATUS The chgrp utility exits 0 on success, and >0 if an error occurs. SEE ALSO chown(2), fts_open(3), group(5), passwd(5), symlink(7), chown(8) STANDARDS The chgrp utility is compliant with the specification. FreeBSD 14.1-RELEASE-p8 August 1, 2024 FreeBSD 14.1-RELEASE-p8

Navigation Options