# Unix

Unix is a family of computer operating systems developed in AT\&T's Bell Labs back in the mid-to-late 1960's - which is still very much relevant today.

Unix philosophy:

1. One purpose execution
2. A largely standardized interface which operates on text
3. Coiling the Unix systems around core kernel which allows the system and various another process
4. Largely Interoperable

\~ Extracted from [Educba](https://www.educba.com/what-is-unix/)

## Notes

## Links

* [Basics of the Unix Philosophy](https://homepage.cs.uri.edu/~thenry/resources/unix_art/ch01s06.html)
* [Unix Design Philosophy](https://wiki.c2.com/?UnixDesignPhilosophy)
* [Unix Way](https://proxy.c2.com/cgi/wiki?UnixWay)
