进程间通信(IPC,Inter Process Communication)
1、管道(pipe),包含无名管道和命名管道
1)无名管道
2)命名管道
前一个命令的输出作为后一个命令的输入。
2、信号量(semophore)
3、共享内存(shared memory)
4、消息队列(message queue)
5、套接字(socket)
Linux 进程间通信
原文:https://www.cnblogs.com/yangwenhuan/p/12214274.html