Files
bare-operating-system/packages/bare-os-coreutils/man/pages/chown.json
T
2026-04-03 20:46:09 -04:00

19 lines
602 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"
}
]
}