UNIX

From Palfrepedia
Revision as of 23:49, 15 February 2022 by William (talk | contribs) (First creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Foundation of every modern operating system. Basic a principle is that everything is a file and files are streams. Around that is the familiar UNIX structure of the directory tree.

The Internet is built on UNIX. IP addresses and ports at both sides make a socket. Which is a file. Disks are also files, as is the screen. The reason people talk about Internet streaming is due to this fundamental UNIX concepts.

Linux is a type of UNIX.