{ "name": "chgrp", "section": 1, "title": "change file group ownership", "synopsis": [ "chgrp [OPTION]... GROUP FILE..." ], "description": "Updates group metadata on the personal Hyperdrive for writable paths (same scope as chown). GROUP may be a numeric gid or root/guest/nobody/current GROUP name.", "options": [], "keywords": [ "chgrp", "bare-os", "coreutils", "metadata" ], "bareOsNotes": "Uses vfs.chown with preserved uid; see chown(1) and vfs.js.", "examples": [ { "caption": "set group by name", "code": "chgrp guest shared.conf" } ] }