📜  Unix 中的流 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:03.744000             🧑  作者: Mango

代码示例1
STREAMS is a general, flexible programming model for UNIX system communication
services. STREAMS defines standard interfaces for character input/output (I/O)
within the kernel, and between the kernel and the rest of the UNIX system. The 
mechanism consists of a set of system calls, kernel resources, and kernel 
routines.