LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 12-15-2009, 02:19 PM   #16
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102

I am a little unclear on BSD. If I remember during 4.4BSD they were forced to remove all ATT code as per their agreement on the law suit brought on by ATT.

According to this http://en.wikipedia.org/wiki/USL_v._BSDi (If I am reading it right) shows that BSD at one point was a Unix based OS (IE had the original source) but has since rewrote most of it.

However I still feel that BSD should be considered a Unix OS not a clone. However this can probably turn into you say tomato I say tamoto

Last edited by jstephens84; 12-15-2009 at 02:20 PM.
 
Old 12-15-2009, 03:24 PM   #17
beetleman64
LQ Newbie
 
Registered: Dec 2009
Location: Glasgow, Scotland
Distribution: Ubuntu 11.04
Posts: 25
Blog Entries: 11

Rep: Reputation: 0
Well to answer your question. Yes, you can try UNIX, but there is no operating system called UNIX anymore. AT&T sold the right to it around 20 years ago. However, there are still UNIX derivatives around.

Which you try depends on your knowledge. If you're fairly familiar with Linux then try OpenSolaris (www.opensolaris.com). If you consider yourself a bit on expert you can still try OpenSolaris but you may also try FreeBSD (www.freebsd.org). Beware, FreeBSD is command line intensive.

Last edited by beetleman64; 12-15-2009 at 03:25 PM. Reason: To add additional information
 
Old 12-15-2009, 04:44 PM   #18
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
Quote:
Originally Posted by malekmustaq View Post
dv502, you don't need to go youtube, you can read linux source code at /usr/src/linux/kernel in your box
I think you have misunderstood the youtube link I posted. The link I posted is a documentary called The Code Linux , a documentary on how linux came to be.

It's not a video of the kernel source code.

Click on the link and you will see what I mean.
http://www.youtube.com/watch?v=P7ycppO3gPE


- Cheers

Last edited by dv502; 12-15-2009 at 05:24 PM.
 
Old 12-15-2009, 04:53 PM   #19
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,358

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
From the Wikipedia page on Unix (see Onebuck's link)
Quote:
As of 2007, the owner of the trademark is The Open Group, an industry standards consortium. Only systems fully compliant with and certified according to the Single UNIX Specification are qualified to use the trademark; others are called "Unix system-like" or "Unix-like".
Legally you have to pay to be certified as SUS compliant and be able to call your a system 'Unix' otherwise it's 'Unix-like'.
In practical terms Solaris/BSD/Linux (even MAC/OSX) are near-enough Unix; aka *nix.
 
Old 12-15-2009, 06:41 PM   #20
fachamix
Member
 
Registered: Oct 2009
Posts: 122

Original Poster
Rep: Reputation: 16
I thought that I was having a stupid confusion, but this post made a really interesting debate of the topic
 
Old 12-15-2009, 07:30 PM   #21
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

A little searching;

Quote:
excerpt from 'What is UNIX and Linux?';

What is UNIX and Linux?

Posted on the December 5th, 2008 under Server Admin Tips by Stephen

What is UNIX?

UNIX is a computer Operating System. The Operating System is the software that makes your computer run. An example of another Operating System is Microsoft Windows.

Under UNIX, the Operating System consists of many programs along with the master control program, the kernel. The kernel provides services to start and stop programs, handles the file system, etc.


Brief History of UNIX

The first version of UNIX was created in 1969 by a computer scientist at AT&T Bell Laboratories, Kenneth Thompson within one month of coding when his wife was away on vacation. The operating system had four parts: the kernel, the shell, the editor, and the assembler. He allocated one week to each part and the code was in Assembly language.

The original name was UNICS which stands for UNiplexed Information and Computing Services. UNICS was later renamed to UNIX (UNIX is not an acronym).

Due to some limitations in assembly language, hard and not portable, another computer scientist at Bell Labs, Dennis Richie, created a new programming language called C to better continue improving UNIX.

AT&T experienced an antitrust case back in 1958 and was forbidden from entering the computer business. For this reason, they could not turn UNIX into a product and under the antitrust terms, AT&T was required to license its non-telephone technology to anyone who asked. Early in its development, word of the UNIX operating system and its advantages already spread outside of Bell Labs. UNIX was attractive to other organizations and universities for a few reasons [3]:

- It was the only powerful interactive system that could run on the sort of hardware that universities could afford in the mid ’70s.
- It was written in an attractive language, C.

When UNIX got into the hands of many teachers and students and individuals around the world, it got further improved and became popular since.


Images:

The computer the first UNIX version was created in, model: DEC PDP-7

Manufacturer: Digital Equipment Corporation
Year: 1965
Price: $72,000 USD
Power: less than a typical cellphone of today


What is Linux?

Linux is a UNIX clone. It was created at the University of Helsinki in Finland by a student named Linus Torvalds in 1991.

The Linux operating system is developed under the GNU General Public License (also known as GNU GPL) and its source code is freely available to everyone.
I suggest that you look at 'Origins and History of Unix, 1969-1995' and 'History of Unix and Linux' to get more information.

'The Creation of the UNIX* Operating System' comes from 'Bell-Labs' so there should not be any questions;

Quote:
excerpt from 'The Creation of the UNIX* Operating System';

The system also fostered a distinctive approach to software design -- solving a problem by interconnecting simpler tools, rather than creating large monolithic application programs.

Its development and evolution led to a new philosophy of computing, and it has been a never-ending source of both challenges and joy to programmers around the world.
'UNIX' is a philosophical operating system that has opened computers to the masses. You can use 'UNIX', 'UNIX-Like' or 'UNIX-Clone' as a operating system on your desktop, laptop and netbooks. I won't even get into the varied appliances that use a variant.

Don't take my word for it, read some of the history. I lived a lot of it and know first hand that 'UNIX' opened a lot of doors for me personally and professionally.


Last edited by onebuck; 12-16-2009 at 06:04 AM. Reason: correct dupe insert
 
Old 12-15-2009, 07:54 PM   #22
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939
There's a lot of debate about "where to draw the line" when talking about operating environments. But here might be a good rule-of-thumb:
  • If an operating-system implements most of the so-called "POSIX Standard," it either is Unix or it is "Unix-like enough" that most programs will run as-is or can be made to run. Linux is very conformant to the original Unix standards.
  • An application program really depends on an environment of software to meet its needs, and therefore it does not really care about "the kernel" that is actually running the hardware show. If a compatible environment (set of libraries and the means to load them) exists, they're happy.
  • Many applications are far more operating-system agnostic than you might think.
 
Old 12-16-2009, 12:48 AM   #23
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
.
I congratulate the OP for posting a topic that is able to roll call some of the best members of the LQ --it is like a picnic seeing honorable names around and it emotes inspiration to everyone hearing from others.

Allow me to beg leave from this particular thread. I agree to agree and disagree everyone in peace.

Now lets go back to the business of helping the newbies. Good luck everyone.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Unix - System VI Release Notes - More Linux and Unix Humor LXer Syndicated Linux News 0 12-06-2008 03:30 PM
LXer: Unix - What Is It? More Linux/Unix Humor LXer Syndicated Linux News 0 10-25-2008 07:30 PM
LXer: Speaking UNIX, Part 4: Setting and managing permissions on UNIX LXer Syndicated Linux News 0 10-21-2006 01:54 AM
Unix Book for Beginners (Not Linux... Unix) suse2166 General 6 11-25-2004 11:46 AM
UNIX (Linux, BSD, etc) Programming :: UNIX kuphryn Programming 8 04-04-2004 11:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration