【发布时间】:2020-09-22 05:31:30
【问题描述】:
$ apropos mkfifo
mkfifo (1) - make FIFOs (named pipes)
mkfifo (1posix) - make FIFO special files
mkfifo (3) - make a FIFO special file (a named pipe)
mkfifo (3posix) - make a FIFO special file
mkfifoat (3) - make a FIFO (named pipe) relative to a directory file ...
所以我有 Linux 程序员手册和 POSIX 程序员手册的手册页。我应该更喜欢哪个,为什么? (我正在编写一个 Linux 应用程序,不打算移植 AIX、BSD 等)
谢谢。
【问题讨论】: