| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
|
|
By nick021 at 2007-03-26 12:09
|
|
Most of you might have wondered what the difference between UNIX and Linux is.
Here is some of the information I found out while googling.
UNIX Vs Linux.
1. Most common difference: UNIX is propriety system while Linux is an
Open Source system.
2. Technical
a) In UNIX ‘Development’ is targeted toward specific audience and platform.
Linux development is diverse. Linux standard base was formed to alleviate this problem
but it wasn’t of much help.
b) UNIX maintains consistency b/w different versions. Have a published standard that they
follow for their customer.
Linux have inconsistencies b/w versions and no strict standards for tools, environment
and functionality.
c) In UNIX developers are bounded by standard while in Linux developers are free and have
no restriction.
d) In UNIX commands, tool and utilities etc are rarely changed over versions. Hence it is
easy to for administrator to update their skills. Moreover tools and application can
be used on new edition of OS without a large body of testing.
In Linux commands, tools and utilities may change over time.
3. Hardware
a) UNIX was coded for small handful h/w platform/architecture.
Linux was designed to be as compatible as possible. Runs on dozens of
Architecture and support numerous I/O devices & other external devices.
Supported devices are limitless.
b) Commercial UNIX is usually custom written for each system, making the
original cost quite high, but having the benefit of being exactly what you
need.
e.g.
HP-UX => PA-RISC & Itanium m/c
Solaris=> SPARC and x86
AIX=> Power Processor
Linux has base packages that are required, then you install more to get the
system you need. (In this respect, Linux is closer in model to windows than a
commercial UNIX OS is.)
4. Kernel
a) UNIX kernel is not freely available.
Linux kernel is freely available.
b) UNIX patches available are highly tested.
Linux patches are not highly tested as UNIX patches.
5. Updates and Bugs
a) Every OS, including UNIX and Linux, suffers from vulnerabilities and bugs that have to
be patched, fixed and updated.
But Linux enjoys a clear advantage over its elder sibling in this department.
Linux bugs tend to die an early death, because the OS undergoes an incredible
amount of scrutiny in the global open-source community
b) Constant peer review, proponents claim, allows one developer to leverage the
experience and knowledge of all other developers around the globe;
As a result, the software develops faster and becomes more robust over time.
This process has made Linux an incredibly stable OS.
|
|
|
|
All times are GMT -5. The time now is 02:52 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.

|
Latest Threads
LQ News
LQ Podcast
LQ Radio
|
|
I still feel the OSI Position Paper a good source for history/definitions of UNIX.
Actually, UNIX is a specification while Linux is a kernel.
Debian Development
Many people forget this.
-C
a) UNIX was coded for small handful h/w platform/architecture.
Linux was designed to be as compatible as possible. Runs on dozens of architecture and support numerous I/O devices & other external devices.
Supported devices are limitless.
Linux (the kernel) was originally designed to run only on the x86 architecture. It was modified several years later to be portable though (DEC Alpha, SPARC, m68k, ...).
e.g.
HP-UX => PA-RISC & Itanium m/c
Solaris=> SPARC and x86
AIX=> Power Processor
a) UNIX kernel is not freely available.
Linux kernel is freely available.
(Open)Solaris kernel is freely available and open source. Solaris is UNIX compliant and is based on UNIX System V release 4.0 code.
You forget to differentiate traditional Unix with Unix(Unix is not Unix)such as the *BSD family. The traditional Unix(TM) kernel is indeed closed source, however Unix is open. They operate in much the same way, almost clones of each other.
Thought I would let you know.