Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| 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.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
09-15-2010, 02:17 PM
|
#1
|
|
LQ Newbie
Registered: Sep 2010
Posts: 4
Rep:
|
Unix & linux
Hi everybody  ,
I am new here, and want to know what de diffrents are between Unix and Linux 
|
|
|
|
09-15-2010, 02:20 PM
|
#2
|
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Slackware 14.0
Posts: 8,464
|
|
|
|
|
09-15-2010, 03:04 PM
|
#3
|
|
Senior Member
Registered: Apr 2007
Location: bbsr,orissa,India
Distribution: RHEL5 ,RHEL4,CENT OS5,FEDORA,
Posts: 1,261
Rep: 
|
Quote:
Originally Posted by maziar_af
Hi everybody  ,
I am new here, and want to know what de diffrents are between Unix and Linux 
|
Hey maziar,welcome to family..
GNU/Linux evolved as opensource OS due to the proprietary nature of Unix.
A lot of history behind it,U can google them.
|
|
|
|
09-15-2010, 04:08 PM
|
#4
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,817
|
Quote:
Originally Posted by divyashree
Hey maziar,welcome to family..
GNU/Linux evolved as opensource OS due to the proprietary nature of Unix.
A lot of history behind it,U can google them.
|
Please spell your words out, especially for new members to see.
Sorry, no.....UNIX is not proprietary, since there are MANY flavors of it (HP/UX, Solaris, AIX, etc.). It's all up to who pays to use the copyrighted name.
Also, UNIX is an operating standard, while Linux is the name of the operating system written, by Linus Torvalds. It aims for POSIX compatability, but UNIX is a copyrighted name...so Linux can't call itself "UNIX" without paying to...which it won't.
The links provided via Google, by repo, spell all this out.
|
|
|
1 members found this post helpful.
|
09-15-2010, 04:49 PM
|
#5
|
|
Member
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642
Rep: 
|
Quote:
Originally Posted by maziar_af
Hi everybody  ,
I am new here, and want to know what de diffrents are between Unix and Linux 
|
There are some Unix compatible operating systems like the BSDs.
An interesting article from distrowatch weekly
A comparison of BSD and Linux
http://distrowatch.com/weekly.php?issue=20100802#qa
|
|
|
|
09-15-2010, 10:20 PM
|
#6
|
|
Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Debian
Posts: 5,362
|
Unix is a proprietary operating system developed by AT&T's Bell Labs before AT&T was broken up for anti-trust reasons, but the Unix specifications were published.
Linus Torvalds wrote the Linux kernel to meet the published Unix specifications.
Therefore, for all practical purposes, Linux looks like Unix, but Linux is not Unix.
Linux is original code distinct from Unix; the behavior on the surface is the same, but the code underneath is different.
Some history.
|
|
|
|
09-15-2010, 10:25 PM
|
#7
|
|
Member
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Rep: 
|
Linux is UNIX- like, but is not UNIX. As frankbell said above, UNIX was developed as a proprietary system by AT&T, whereas Linux was developed independently by Linus Torvalds as an open-source project.
The original UNIX™ actually doesn't exist anymore, but there are many UNIX-likes, some of them more true to the original UNIX™ than others: Linux is one of them, as are the BSDs, HP-UX, AIX, and even Mac OS X (although it's hidden under a fancy GUI and apps  ).
|
|
|
|
09-15-2010, 11:15 PM
|
#8
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,232
|
The main difference is: While UNIX is a description for an operating system, is Linux only a kernel. If you add tools, most common the GNU tools you get a Operating system. Linus Torvalds wrote not an operating system, but a kernel for an operating system. Because of the mixery with the GNU tools it sometimes is mentioned as "GNU/Linux".
|
|
|
|
09-16-2010, 04:48 AM
|
#9
|
|
Senior Member
Registered: Apr 2007
Location: bbsr,orissa,India
Distribution: RHEL5 ,RHEL4,CENT OS5,FEDORA,
Posts: 1,261
Rep: 
|
Quote:
Originally Posted by TB0ne
Please spell your words out, especially for new members to see.
Sorry, no.....UNIX is not proprietary, since there are MANY flavors of it (HP/UX, Solaris, AIX, etc.). It's all up to who pays to use the copyrighted name.
Also, UNIX is an operating standard, while Linux is the name of the operating system written, by Linus Torvalds. It aims for POSIX compatability, but UNIX is a copyrighted name...so Linux can't call itself "UNIX" without paying to...which it won't.
The links provided via Google, by repo, spell all this out.
|
Hello sir,have you studied the opensource history,why GNU project was started by RMS???
I told in my last post GNU/Linux, bcoz all newbies spell GNU/Linux as Linux which is the kernel part only. The complete OS is GNU/Linux. So how can you diff a kernel and a Unix OS ?
Last edited by divyashree; 09-16-2010 at 04:53 AM.
|
|
|
|
09-16-2010, 05:07 AM
|
#10
|
|
Senior Member
Registered: Dec 2008
Location: Gurgaon, India
Distribution: OpenSUSE 11.4
Posts: 4,581
|
Quote:
Originally Posted by divyashree
Hello sir,have you studied the opensource history,why GNU project was started by RMS???
|
From the following link:
http://www.unix.org/what_is_unix.html
Read this:
Quote:
|
The Open Group has separated the UNIX trademark from any actual code stream itself, thus allowing multiple implementations. Since the introduction of the Single UNIX Specification, there has been a single, open, consensus specification that defines the requirements for a conformant UNIX system.
|
and for knowing Single UNIX Specification:
http://en.wikipedia.org/wiki/Single_UNIX_Specification
The following quote :
Quote:
|
The Open Group, an industry standards consortium, owns the “Unix” trademark. Only systems fully compliant with and certified according to the Single UNIX Specification are qualified to use the trademark; others may be called "Unix system-like" or "Unix-like" (though the Open Group disapproves of this term).
|
is from Wikipedia:
|
|
|
|
09-16-2010, 05:16 AM
|
#11
|
|
Senior Member
Registered: Feb 2008
Location: Pune - India
Distribution: Fedora,RedHat,CentOS,Gentoo
Posts: 1,096
Rep: 
|
Read History of Unix and Linux
I think you dont want to surf internet ... so for you i would say
Linux is developed by Open Source development i.e. through sharing and collaboration of code and features through forums etc and it is distributed by various vendors such as Debian, Red Hat, SUSE, Ubuntu, GentuX etc.
Unix systems are divided into various other flavors, mostly developed by AT&T as well as various commercial vendors and non-profit organizations.
Linux was developed from minix.
MINIX (from "mini-Unix") was first released in 1987, with its complete source code made available to universities for study in courses and research. It has been free and open source software since it was re-licensed under the BSD license in April 2000.
|
|
|
|
09-16-2010, 06:18 AM
|
#12
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,232
|
Quote:
|
Linux is developed by Open Source development i.e. through sharing and collaboration of code and features through forums etc and it is distributed by various vendors such as Debian, Red Hat, SUSE, Ubuntu, GentuX etc.
|
Have a look at FreeBSD or OpenBSD, same there.
Quote:
Linux was developed from minix.
MINIX (from "mini-Unix") was first released in 1987, with its complete source code made available to universities for study in courses and research. It has been free and open source software since it was re-licensed under the BSD license in April 2000.
|
The Minix-kernel is a microkernel, the Linux-kernel is a monolithic kernel, they have absolutely nothing in common.
|
|
|
|
09-16-2010, 06:30 AM
|
#13
|
|
Senior Member
Registered: Apr 2007
Location: bbsr,orissa,India
Distribution: RHEL5 ,RHEL4,CENT OS5,FEDORA,
Posts: 1,261
Rep: 
|
http://www.gnu.org/ ,This is where you can get all information..........
|
|
|
|
09-16-2010, 06:31 AM
|
#14
|
|
Senior Member
Registered: Dec 2008
Location: Gurgaon, India
Distribution: OpenSUSE 11.4
Posts: 4,581
|
Quote:
Originally Posted by prayag_pjs
Linux was developed from minix.
|
Linux was compiled on Minix not "developed from Minix"!
http://en.wikipedia.org/wiki/MINIX#MINIX_and_Linux
|
|
|
|
09-16-2010, 07:03 AM
|
#15
|
|
Senior Member
Registered: Feb 2008
Location: Pune - India
Distribution: Fedora,RedHat,CentOS,Gentoo
Posts: 1,096
Rep: 
|
if i am not wrong Linux is kernel ...Gnu/Linux is OS
In 1991, in Helsinki, Linus Torvalds began a project that later became the Linux kernel. It was initially a terminal emulator, which Torvalds used to access the large UNIX servers of the university. He wrote the program specifically for the hardware he was using and independent of an operating system because he wanted to use the functions of his new PC with an 80386 processor. Development was done on MINIX using the GNU C compiler, which is still the main choice for compiling Linux today (although the code can be built with other compilers, such as the Intel C Compiler).[citation needed]
As Torvalds wrote in his book Just for Fun[7], he eventually realized that he had written an operating system kernel. On 25 August 1991, he announced this system in a Usenet posting to the newsgroup "comp.os.minix."
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:44 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.
|
Latest Threads
LQ News
|
|