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

23 lines
592 B
JSON

{
"name": "chgrp",
"section": 1,
"title": "change file group ownership",
"synopsis": [
"chgrp [OPTION]... [OPERAND]..."
],
"description": "Updates group metadata on the personal Hyperdrive for writable paths (session home, $HOME, /tmp, /var/log).",
"options": [],
"keywords": [
"chgrp",
"bare-os",
"coreutils"
],
"bareOsNotes": "Uses vfs.chown with preserved uid; system image paths are read-only. See packages/bare-os-booter/lib/vfs/vfs.js.",
"examples": [
{
"caption": "set group by name",
"code": "chgrp guest shared.conf"
}
]
}