LQ Articles DiscussionThis forum is for the discussion of content posted to the Articles and Editorials section.
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.
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.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Also, whilst versions of a specific Unix eg Solaris may be relatively consistent, there can be large differences (at the sys admin level) between Solaris vs HP-UX vs AIX...
Distribution: Solaris 11.4, Oracle Linux, Mint, Ubuntu/WSL
Posts: 9,786
Rep:
Quote:
Originally Posted by nick021
Here is some of the information I found out while googling.
Don't trust everything you found by googling
Quote:
1. Most common difference: UNIX is propriety system while Linux is an Open Source system.
This has already be corrected: UNIX is an Open Group specification while Linux is an Open Source kernel designed for an Open Source UNIX clone: Gnu/Linux.
Quote:
c) In UNIX developers are bounded by standard while in Linux developers are free and have no restriction.
The difference is less extreme. Actually Gnu/Linux is close to comply with most UNIX standards.
Quote:
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.
UNIX (the OS) was the first operating system to be written in a high level language with the obvious goal to be portable to various architecture. It demonstrated this portability long before Linux birth.
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, ...).
Quote:
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
These UNIX OSes aren't custom written for a system. They all started from AT&T UNIX System V forks.
Quote:
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.)
All UNIX OSes have required base packages and optional ones. There is no fundamental difference there.
Quote:
4. Kernel
a) UNIX kernel is not freely available.
Linux kernel is freely available.
*BSD kernels are freely available and can be qualified as UNIX kernels given their pedigree.
(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.
Don't trust everything you found by googling
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, ...).
Actually Linux was originally only designed to work on one computer. The computer was owned by Linus Torvalds. It was designed to work only with his motherboard, hard drive etc.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.