which linux is best for learning unix?


 
Thread Tools Search this Thread
Operating Systems Linux which linux is best for learning unix?
# 8  
Old 09-05-2010
BSD UNIX is a great place to learn. Also the documentation is very good. FreeBSD is used in production environments.

Brian Kernighan's book is also a must for getting your bearings with the shell.
# 9  
Old 09-05-2010
No Linux distribution is good for learning Unix. Note that I used the term "Unix" instead of "UNIX". There is a difference. UNIX is not an operating system but a branding that indicates that a conforming operating system meets the certification requirements of the UNIX brand which is administered by the Open Group (TOG). Unix is a class of operating system.

The reason that I say no Linux distribution is good for learning Unix is basically that Linux distributions use GNU shell, commands and utilities and tool chains such as GCC. These are generally not available OOTB on commercial off-the-shelve Unix operating systems such as Solaris, AIX and HP-UX.

I concur with the other posters who recommended Solaris 10.
# 10  
Old 09-05-2010
I had the same sentiment a few years back when getting into *nix. I finally determined the best way to get into learning it was to avoid the bloated distros that offer 3 or 4+ of every flavored option out there so as to focus more on the underlying system. Slackware seemed like the best boiled-down distro, but I did want some GUI guidance and ended up going with zenwalk, which started as mostly a light weight desktop (xfce) integrated with slackware.

I don't know if I would have learned more or less with another distro/OS, but it has worked for me and kept me funtional without Windows all this time. Now however, I have a new notebook and am about to try out Arch as it has a similar minimalistic approach, but I saw indications of more of a focus on newer hardware (and hopefully less on graphical smilies)-:
# 11  
Old 09-05-2010
Quote:
Originally Posted by fpmurphy
The reason that I say no Linux distribution is good for learning Unix is basically that Linux distributions use GNU shell, commands and utilities and tool chains such as GCC. These are generally not available OOTB on commercial off-the-shelve Unix operating systems such as Solaris, AIX and HP-UX.
Absolutely. GCC, the many available open shells, the GNU toolchain, and GNU utilities couldn't ever be mistaken for ground-up reimplementations of standard UNIX utilities. They don't even have the same names. </sarcasm>
# 12  
Old 09-06-2010
Specifically GNU/Linux I have installed and ran Gentoo which has bsd like facilities. Though it has a very do it yourself feel which can be kinda fun. I have also done arch on a netbook. It has a bsd like rc.conf but the syntax is very different than freebsd's rc.conf.

Either way regardless which os you use taking the time to learn with this small list:
Know your basic posix commands and your system hier. Know how to start/stop services, compile and install your base, kernel, and userland. learn enough vi to configure your system files and configurations. Finally AUTOMATE EVERYTHING.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Learning to Script in Linux

Hello, I'm trying to branch out and learn Linux, but my comfort zone is PowerShell. I figure the best way to learn it is to do it so I moved my Plex Media Server to Ubuntu Server. What I'm trying to do is build a script that searches a directory and all subdirectories for files with the .ts... (5 Replies)
Discussion started by: Rhysers
5 Replies

2. UNIX for Dummies Questions & Answers

Setting up a home network for learning Linux

I am working on learning Linux, and somebody suggested setting up Linux on a separate computer, and searching for answers to whatever may be needed, on a different computer plugged in to the Internet. I have a Windows 7 PC, plugged in to a cable modem, and an old notebook, Compaq Presario R3000... (5 Replies)
Discussion started by: AdultFoundry
5 Replies

3. Shell Programming and Scripting

Learning abt Linux OS

hi guys, i got job recently in a company which provide a product for data backup and data recovery... as dis product is wrriten in c++ am workin in c++.. now am under training and i want to learn abt Operating System concepts and OS programming using c and c++. i know basic c and c++ programming... (0 Replies)
Discussion started by: senthil.march
0 Replies

4. What is on Your Mind?

Learning UNIX

Hi Guys , Hope everybody is fine . I am here to learn UNIX . Please provide any URLs/pdfs for learning . Thanks in advance. -Radha ---------- Post updated at 07:59 PM ---------- Previous update was at 07:48 PM ---------- Just to add , I am good at basics but unable to write scripts... (4 Replies)
Discussion started by: radha254
4 Replies

5. Programming

Learning OS design, Linux Vs. Minix???

Hi friends, I hope everybody is fine. I have been studing operating system concepts at college, and I find this subject very interesting. I've decided that I must go into this field no matter what, hopefully someday I would design my own operating system. I have two choices infront of me, studying... (9 Replies)
Discussion started by: gabam
9 Replies

6. UNIX for Dummies Questions & Answers

Learning UNIX

Hi Everyone, I know nothing about Solaris / Linux / AIX but I know they are all part of Unix. I have been using Windows the last 15years and I have been a LAN admin, I am now working in IT Operations and we use some solaris commands but not much plus its from following a document so we can't... (1 Reply)
Discussion started by: maxie
1 Replies

7. UNIX for Dummies Questions & Answers

Learning Unix/Linux from the Start?

I was wondering if someone could tell me where I could learn everything about Unix/Linux and I was also wondering what the differance between Unix and Linux was :confused: Ive never used it, never seen it.. But Im interested in learning :D (3 Replies)
Discussion started by: Vallzi
3 Replies

8. UNIX for Dummies Questions & Answers

where to obtain UNIX and learning on a UNIX variant?

Hi. I've just started to get into UNIX. Researched on the Net, found out that most of the UNIX variants are not offered online. 1. Any of you guys know where I could obtain them on the Net? or anywhere at all? 2. Does learning a UNIX variant enough to cover an understanding of other UNIX... (6 Replies)
Discussion started by: ninelives1980
6 Replies

9. UNIX for Dummies Questions & Answers

Learning Unix & Linux

I'm new to Unix. I'm just looking for really good unix documents through Internet as pdf format on programming in all shells, and system adminstrator documents, and well as just all around really good documents on unix. Thank you (5 Replies)
Discussion started by: faaarin
5 Replies

10. UNIX for Advanced & Expert Users

Learning Unix

Hello one and all I am a Prof in a University in France and have been handed the "Unix" course and would like to know if anyone has a ready made course to propose to me for beginners, my students are in t heir first year and a few are ok with Unix, however i would like to find a detailed "lesson... (1 Reply)
Discussion started by: garydavies
1 Replies
Login or Register to Ask a Question