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