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

18 lines
516 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"
}
]
}