Programming and posix getting started

25
InterProcess Communication (IPC)
Pipes
pipe(fd[2])
FIFOs
mkfifo(pathname)
Message queues
Semaphores
Shared memory