Files
bare-operating-system/packages/bare-os-coreutils/man/pages/chgrp.json
T
2026-04-04 18:41:34 -04:00

24 lines
608 B
JSON

{
"name": "chgrp",
"section": 1,
"title": "change file group ownership",
"synopsis": [
"chgrp [OPTION]... GROUP FILE..."
],
"description": "Updates group metadata on the personal Hyperdrive for writable paths (same scope as chown). GROUP may be a numeric gid or root/guest/nobody/current GROUP name.",
"options": [],
"keywords": [
"chgrp",
"bare-os",
"coreutils",
"metadata"
],
"bareOsNotes": "Uses vfs.chown with preserved uid; see chown(1) and vfs.js.",
"examples": [
{
"caption": "set group by name",
"code": "chgrp guest shared.conf"
}
]
}