View Single Post
Old 04-27-2004, 09:30 AM   #2
xheliox
Guest
 
Posts: n/a
Quote:
Originally Posted by Funky Fly
I have to learn all about Linux then write a paper on it and the resources I have (about 3 pages in an OS textbook and a few shitty websites) are lacking.

So if anyone out there can give me some info or link me to some good sites, I will be eternally grateful and very generous with rep.

I need this pretty quick, so help me out here.

p.s. I know that it has open source code, so it's constantly being upgraded, but would you say that it is almost literally going to keep growing and developing before a new OS replaces it?
http://www.opensource.org

Linux is an operating system that was developed by Linus Torvalds in the early 90's. It's a UNIX clone, but less so every day. It aims towards POSIX and Single UNIX Specification compliance -- which just means it plays nice with standards. Because of Linux's open source nature, it was also contributed to by other hackers around the world and continues to evolve today.

Linux and open source are quite different. Though Linux (the kernel that Linus wrote) has had a major impact on open source, Linux did not start the open source movement. As you you'll read, open source actually got it start decades before before Linux.

And to clarify a couple common misunderstandings.

Linux = Kernel = Operating System
RedHat (Debian, Slackware, etc) = Distribution (Operating Environment)

What's the difference? Simple. Linux itself is the kernel, the base, the core of the system. RedHat (and the others) package software (all open source) around the Linux kernel. If someone just gave you a copy of the Linux kernel and nothing else, it wouldn't be very useful.

Anyway, this isn't very helpful, and I could go on and on and on... good luck on your project.. and remember, google.com is your friend.