10 things I love about UNIX
10 things I love about UNIX Link to heading
- Simplicity
- Speed
- Does not have viruses
- Security
- That is feels natural to me
- It was the reason for the creation of the C Programming Language
- Remote shell connection (
telnet
and nowssh
) - Its command line tools
- It adds new commands but old commands continue to work
- That you can do so much with just a simple command:
rm -rf /
:)