Files
bare-operating-system/packages/bare-os-coreutils/man/pages/chown.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
638 B
JSON

{
"name": "chown",
"section": 1,
"title": "change file owner and group",
"synopsis": [
"chown [OPTION]... [OPERAND]..."
],
"description": "Changing file owner is not supported on Bare OS (single-user Hyperdrive metadata).",
"options": [],
"keywords": [
"chown",
"bare-os",
"coreutils",
"stub"
],
"stub": true,
"diagnostics": [
"chown: changing owner is not supported on Bare OS"
],
"bareOsNotes": "Use identity login/logout instead of POSIX ownership changes.",
"examples": [
{
"caption": "not supported",
"code": "# chown stub — see man identity / login"
}
]
}