#### [[notes_OS_IPC and signals]]
**Creator**:: [[Nathan Eloe]]
**Source**:: [[07_ipc_intro.pdf]]
**Covers**:: [[Computer Science]]
# Processes
- Mechanisms for interprocess communication
- signal
- `kill -9` is *Avada Kedavra* of kill signals
- files
- socket
- pipe
- message passing
- shared memory
- semaphores