Files
bare-operating-system/packages/bare-os-coreutils/man/pages/chgrp.json
T
Raven Scott f8a0dad897 feat: kernel roadmap wave — bits4, policy v4, Pear/Bare compatibility
- protocol/booter: bits4 handshake, proc surfaces, boot policy v4, telemetry v4
- coreutils: nohup + ensure-man-pages; seed-man-pages fixes for extra pages
- kernel-runner: no static node:module (Pear); bare-module createRequire
- docs: handbook, reference, ADR, compatibility matrix, verify scripts
2026-04-04 02:51:33 -04:00

28 lines
683 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"
}
]
}