23 lines
592 B
JSON
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"
|
|
}
|
|
]
|
|
}
|