ladybird/Base/usr/share/man/man1/chgrp.md
Tim Ledbetter 8f253a745e Base: Update man pages for utilities
Man pages for utilities now more closely resemble ArgsParser output
2023-04-01 11:49:57 +01:00

523 B

Name

chgrp - change group ownership of file

Synopsis

$ chgrp <gid> <path>
$ chgrp <name> <path>

Description

chgrp called as root or as file owner changes owning group of specified path to gid or name.

Options

  • -h, --no-dereference: Don't follow symlinks

Examples

# Change group of README.md to 111
# chgrp 111 README.md

# Change group of README.md to root
# chgrp root README.md

See also