Files
bare-operating-system/packages/bare-os-coreutils/man/pages/mkfifo.json
T

25 lines
544 B
JSON

{
"name": "mkfifo",
"section": 1,
"title": "make FIFO special files",
"synopsis": [
"mkfifo [OPTION]... [OPERAND]..."
],
"description": "FIFO special files are not implemented on Hyperdrive. The command reports failure.",
"options": [],
"keywords": [
"mkfifo",
"bare-os",
"coreutils",
"stub"
],
"stub": true,
"bareOsNotes": "Documented stub; no real pipes as kernel objects.",
"examples": [
{
"caption": "stub",
"code": "# FIFOs not on Hyperdrive — use shell pipelines"
}
]
}