Files
bare-operating-system/packages/bare-os-coreutils/man/pages/chgrp.json
T
2026-04-03 20:46:09 -04:00

19 lines
647 B
JSON

{
"name": "chgrp",
"section": 1,
"title": "change file group ownership",
"synopsis": ["chgrp [OPTION]... [OPERAND]..."],
"description": "Changing group ownership is not supported on Bare OS: Hyperdrive metadata is single-session oriented.",
"options": [],
"keywords": ["chgrp", "bare-os", "coreutils", "stub"],
"stub": true,
"diagnostics": ["chgrp: changing group is not supported on Bare OS"],
"bareOsNotes": "Single-user identity; gid fields exist for display only.",
"examples": [
{
"caption": "not supported — use identity model",
"code": "# chgrp is a stub; group is display metadata only"
}
]
}