28 lines
638 B
JSON
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"
|
|
}
|
|
]
|
|
}
|