Unix

Philosophy

In Unix philosophy, "everything is a file"

  • ex. sockets (both have functions to read, write, open, close etc)

Unix Domain Socket

  • unix domain sockets allow us to exchange data between processes on the same host machine.
  • a.k.a IPC socket

Children
  1. Binaries
  2. CLI
  3. Daemons
  4. Environments
  5. Netrc
  6. Pipe
  7. Streams
  8. Symlink
  9. Unix Filesystem
  10. Unix Man Pages

Backlinks