{ "name": "mkfifo", "section": 1, "title": "make FIFO special files", "synopsis": [ "mkfifo [OPTION]... [OPERAND]..." ], "description": "Creates in-memory FIFO endpoints under /run/bare-os/ipc/ (not Hyperdrive specials).", "options": [], "keywords": [ "mkfifo", "bare-os", "coreutils" ], "bareOsNotes": "Uses ctx.bareOsIpc.create; optional BARE_OS_IPC_NAMESPACE prefixes keys. BARE_OS_IPC_MAX_CHANNELS caps distinct channels; see metrics_live.ipcTelemetry.", "examples": [ { "caption": "stub", "code": "# FIFOs not on Hyperdrive — use shell pipelines" } ] }