{ "name": "chown", "section": 1, "title": "change file owner and group", "synopsis": [ "chown [OPTION]... [OPERAND]..." ], "description": "Updates uid/gid metadata on the personal Hyperdrive where the booter allows writes; euid 0 may set any owner.", "options": [], "keywords": [ "chown", "bare-os", "coreutils" ], "bareOsNotes": "OWNER/GROUP may be numeric or root/guest/nobody/current user. See vfs chown and identity env UID/GID.", "examples": [ { "caption": "group only", "code": "chown :guest file.txt" }, { "caption": "numeric ids", "code": "chown 1000:1000 notes.txt" } ] }