LinuxQuestions.org
Help answer threads with 0 replies.
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 07-22-2008, 06:23 AM   #1
bluzepher
LQ Newbie
 
Registered: Jun 2008
Posts: 13

Rep: Reputation: 0
Linux vs Unix


Which Linux distro is closest to Unix?

I would like to brush up on my Unix skills.


thanks
 
Old 07-22-2008, 06:26 AM   #2
kdrlx
Member
 
Registered: Feb 2006
Distribution: Ubuntu Hardy Heron
Posts: 130

Rep: Reputation: 17
Probably FreeBSD or Slackware. Because they follow the BSD style init scripts etc.
Also, you could install ksh/csh if you want, if you feel comfortable in those shells.
 
Old 07-22-2008, 06:33 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Is FreeBSD considered Linux? (e.g. does it use the Linux kernel?) Also, I think there is OpenSolaris.

But, what is the real objective? For a lot of scripting and other programming, it's all pretty similar. To administer specific systems, however, you probably want to learn those systems.
 
Old 07-22-2008, 06:41 AM   #4
pinniped
Senior Member
 
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732

Rep: Reputation: 50
'Debian' was the most familiar to me after using Solaris back in the early 1990s. I'd say there were far more differences between UNIX systems than between any Linux distros. Anyone care for IRIX? SCO?
 
Old 07-22-2008, 06:47 AM   #5
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by pixellany View Post
Is FreeBSD considered Linux? (e.g. does it use the Linux kernel?)
Not sure if this was a rhetorical question or not, but no, FreeBSD isn't Linux - it definitely does not use the Linux kernel.
 
Old 07-22-2008, 07:24 AM   #6
Vit77
Member
 
Registered: Jun 2008
Location: Toronto, Canada
Distribution: SuSE, RHEL, Mageia
Posts: 132

Rep: Reputation: 17
I think it depends more on the architecture of Unix.
SCO, for example, based on SysV. FreeBSD has a little bit another structure.
Linux tries to cover both of them. Thus, you can use SysV syntax: ps -lf as well as BSD: ps aux.
However, the boot process differs between distros. RedHat and Mandriva use SysV style (one file in /etc/rc.d/ for each service), whereas Debian and SuSE (please correct me if I wrong) use one file for starting all the services.
Another difference is in software installation way.

I'd suggest you to try using several distros (for not long time), get your own opinion and choose the best for you.
 
Old 07-22-2008, 08:00 AM   #7
pinniped
Senior Member
 
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732

Rep: Reputation: 50
Quote:
Originally Posted by Vit77 View Post
RedHat and Mandriva use SysV style (one file in /etc/rc.d/ for each service), whereas Debian and SuSE (please correct me if I wrong) use one file for starting all the services.
Debian has been using SysV for at least 8 years; I remember a more BSD-like option used to be available, but before the year 2000 I know nothing of Debian. Debian has /etc/rcS.d (startup), then rc0.d .. rc6.d and init.d all in /etc rather than in /etc/rc.d. Other differences are in handling the networking; Debian has /etc/network/ while RH has different network configuration scripts.

These are all minor differences though (try finding anything on a Mac, which you know came from BSD) and users of one Linux distro can adjust fairly easily.

Otherwise, the tools are really more or less the same between many versions of *NIX and Linux. 'BSD' tends to be the one that's a little weird, but all versions of *NIX have code taken/modified from BSD. The main differences that I find are in your choice of shell and how the shell interprets special characters, performs assignments, etc. You can basically install any shell with the behavior of the shell you want (or close to it - some shells really are unique in a few ways).

Logfiles - similar, though not exactly the same.
Configuration - for many things, similar if not the same.
Programming - ah, well, you run into a lot of differences then, either for historical reasons or just plain different kernel behavior.
 
Old 07-22-2008, 08:02 AM   #8
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Slackware is the most Unix like, as it hasn't changed since it's beginnings. Most people who use BSD will prefer Slackware if they use Linux.

BSD is not Linux and it is actually a Unix, so saying it's Unix like is saying a Ford Mustang is the most Ford like vehicle on a used car lot.
 
Old 07-22-2008, 08:51 AM   #9
estabroo
Senior Member
 
Registered: Jun 2008
Distribution: debian, ubuntu, sidux
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
There were some pretty ugly mustangs that Ford might not want to admit were mustangs.

If the purpose is to brush up on Unix, then install any linux distro and run a couple of different BSD flavors and Open Solaris in virtual machines. You'll only find it frustrating to use linux extensively and then have to move to Solaris or other Unix. The reason being, linux is close and a mixture of sysv and bsd, but the commands have subtle differences in command line options.
 
Old 07-22-2008, 09:02 AM   #10
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally Posted by estabroo View Post
There were some pretty ugly mustangs that Ford might not want to admit were mustangs.
Well, in my opinion all Mustangs were ugly. That's coming from a Camaro fan though..
 
Old 07-22-2008, 09:54 AM   #11
carolinason
LQ Newbie
 
Registered: Jul 2008
Location: North Carolina
Distribution: Debian
Posts: 5

Rep: Reputation: 0
no cost UNIX-like environments

To answer your question most Linux users that want more of a UNIX experience use Slackware.

But I must digress for the passer bys that see UNIX vs Linux.

I wanted to do the same thing back in 2002, but how do you get your hands on a copy of AIX? Here is what's available. There are the BSD flavors ie FreeBSD, OpenBSD and NetBSD, which are not Linux and the Linux flavors. In my experience, the BSD's are more of a pure UNIX than Linux. Debian and Slackware are the two most UNIX-like Linux flavors. However, these staements can be perceived as relative. To put it in perspective the local community college teaches UNIX class with an old Red Hat version.

Knowing the Command Line from different shells reveals the *nix world. Study the history and philosophy of UNIX and the programs that evolved into what we use today like VI/VIM, emacs, SED, AWK and perhaps X. Look at the gcc or GNU Compiler collection, since UNIX and Linux are development environments. Look up shell scripting and GNU. Check out books on System V and BSD UNIX from the library.

I used the BSD's, but honestly became frustrated with them, so I moved back to Linux. What I was enjoying about Linux was how the BASH shell and VI were already configured. The C shell and Korn shell aren't the most user friendly. You can use all the different shells in both BSD and Linux.

When your using several commands with piping and redirects you're really starting to utilize the UNIX and UNIX-like environments. Linux does this for me best.

Have fun!

Last edited by carolinason; 07-22-2008 at 10:02 AM.
 
Old 07-22-2008, 09:56 AM   #12
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally Posted by carolinason View Post
I wanted to do the same thing back in 2002, but how do you get your hands on a copy of AIX? Here is what's available. There are the BSD flavors ie FreeBSD, OpenBSD and NetBSD, which are not Linux and the Linux flavors. In my experience, the BSD's are more of a pure UNIX than Linux. Debian and Slackware are the two most UNIX-like Linux flavors. To answer your question most Linux users that want more of a UNIX experience use Slackware. However, these staements can be perceived as relative. To put it in perspective the local community college teaches UNIX class with an old Red Hat version.

Knowing the Command Line from different shells reveals the *nix world. Study the history and philosophy of UNIX and the programs that evolved into what we use today like VI/VIM, emacs, SED, AWK and perhaps X. Look at the gcc or GNU Compiler collection, since UNIX and Linux are development environments. Look up shell scripting and GNU. Check out books on System V and BSD UNIX from the library.

I used the BSD's, but honestly became frustrated with them, so I moved back to Linux. What I was enjoying about Linux was how the BASH shell and VI were already configured. The C shell and Korn shell aren't the most user friendly. You can use all the different shells in both BSD and Linux.

When your using several commands with piping and redirects you're really utilizing the UNIX and UNIX-like environments. Linux does this for me best.

Have fun!
Exactly, using one over the other will get your familiar with each environment. They'll have their differences but in essence, learning the command line from either gets you started and comfortable with both Linux or Unix.
 
Old 07-22-2008, 10:27 AM   #13
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Quote:
Originally Posted by bluzepher View Post
Which Linux distro is closest to Unix?

I would like to brush up on my Unix skills.
Slackware is the closest I've ever seen -- I work in both Solaris (which is pretty much System V R4 with Berkeley enhancements) and Slackware and, generally, port software back and forth without a lot of fooling around. Too, I work in Korn shell in both and shell programs port directly without change. I find that if I adhere to ANSI/ISO standards for C programming I don't have to change much of anything to go from one to the other and the DBMS' I use (Informix and Oracle) perform identically on both platforms. Slackware's start up scripts are found in /etc/rc.d where Solaris' are found in /etc/init.d and /etc/rc0.d, ..., rcS.d; six of one, half dozen of the other and not real hard to figure out. There are minor -- real minor -- differences in the "standard" utilities, but for the most part you can get along just fine on either platform without a lot of teeth gnashing.

You probably won't go wrong with Slackware.

Hope this helps some.
 
Old 07-22-2008, 02:25 PM   #14
bluzepher
LQ Newbie
 
Registered: Jun 2008
Posts: 13

Original Poster
Rep: Reputation: 0
online computer courses

http://www.oreillyschool.com/

I was considering taking some courses.

has any taken any computer classes here.

I would like to transition to computer programming.
 
  


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: Speaking UNIX Part 8: UNIX Processing LXer Syndicated Linux News 0 06-14-2008 04:51 AM
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
Why did you experienced users of Unix change to unix over Windows? Laptop2250 Linux - General 11 10-28-2003 11:51 AM

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

All times are GMT -5. The time now is 07:16 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