Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH)
# 1  
Old 10-05-2012
Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH)

I'm learning off Linux (Ubuntu) right now. I want to move up to Unix, but I don't want to rush like I did when it came to Windows --> to Linux. What is the best Unix OS that fits in pretty well with Ubuntu.

In other words is there kind of an equal Linux with Unix?

Also what do I need to really know about Unix?

Would it be good to do Virtual Box in Linux (Ubuntu) to play around with Unix when starting out?

I'm trying to break my need of a GUI, but I would still build a GUI upon Unix to understand it. I'm just not quite sure on this. I really want an understanding Unix before I make any kind of permanent switch.

Thank you this is not important.
# 2  
Old 10-05-2012
First and foremost, Linux is not UNIX because it says so. The GNU system which Linux is a part of stands for "GNU's Not UNIX". They named GNU that to set it apart from the very expensive commercial UNIX distributions that were dominant at the time.

It's extremely similar. Folders and devices and networking works the same way. Not all the utilities are quite the same, configuration is different, and the kernel's features are still changing as its developers experiment.

On the other hand -- not even all UNIX is alike. It's really not that different.

What do you really need to know about Unix? I'd start with the Bourne shell and the concepts underlying it(directories, files, and so forth). That will be handy no matter where you go in UNIX and LINUX. You can boot an OS in virtualbox, install another hard drive and dual-boot, boot a Linux livecd for an environment that's hard to mess up -- it's a CD, you can't delete something by accident. Lots of ways.
# 3  
Old 10-05-2012
Quote:
Originally Posted by Linux_Guy
I want to move up to Unix
BTW: if you'd like to learn something about what UNIX actually is, you could start here: What is UNIX ?
--
Bye
# 4  
Old 10-05-2012
What should I know when it comes to Linux vs. Unix? How far of a leap is it to really move from Linux to Unix?

Linux (Ubuntu) = Unix (fill in the blank), most likely not going to get a perfect match, but I want something that kind of relates to Ubuntu rather than starting out from pure scratch. If this is even possible.

What are common mistakes or misconceptions when it comes to a beginner taking on Unix?

or even...

What pisses off Unix members the most?
# 5  
Old 10-05-2012
I can't think of anything else like Ubuntu. It's not even like most Linux.

The rest of those questions are too vague to give useful answers to unfortunately.

How the many, many different kinds of UNIX and Linux are alike is the environment they provide to application programmers. The Bourne shell and a clutter of standard utilities to use with it. The open() close() socket() system calls. Standard input and output streams for processes. Device files under /dev/. The standard C library. Filesystems with a root at / and other partitions mounted wherever appropriate instead of drive letters, etc, etc, etc.

How you manage these systems, though, can be very different.
# 6  
Old 10-05-2012
Would Ubuntu be a bad choice if I plan on moving to Unix? Could I just install Unix and have it running in some sort of environment?

Can I just take a CD and download Unix then set it up? If so where do I end up on start?

I guess I should be asking. Could I just dive right into Unix and play around with it?
# 7  
Old 10-05-2012
There is no "UNIX" to download. UNIX is to operating systems what the IEEE is to electrical sockets. It's a definition, not an actual thing. If an OS has certain features provided in a certain way, it can be certified as a UNIX one.

UNIX includes BSD, Solaris, OSX, IRIX, QNX, HP-UX, AIX, and hosts of others. Many of these can't run on a standard PC.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. What is on Your Mind?

UNIX: Building The Most Important OS in the World By John Loeffler

Nice UNIX history article by John Loeffler, February, 05th 2019 UNIX: Building The Most Important OS in the World The most widely used operating system in the world was a project born out of failure. (0 Replies)
Discussion started by: Neo
0 Replies

2. Ubuntu

XP and Linux (Ubuntu) on same disk, Can I install Ubuntu on not-yet partitioned portion of disk?

My PC (Esprimo, 3 yeas old) has one hard drive having 2 partitions C: (80 GB NTFS, XP) and D: (120 GB NTFS, empty) and and a 200 MB area that yet is not-partitioned. I would like to try Ubuntu and to install Ubuntu on the not-partitioned area . The idea is to have the possibility to run... (7 Replies)
Discussion started by: C.Weidemann
7 Replies

3. Linux

Important Service Linux

Hi there; I need to know all the things about services which help my Linux OS running. So what're important services of LINUX OS ? Anyone can help me... Tks all ? (1 Reply)
Discussion started by: quan0509
1 Replies

4. Shell Programming and Scripting

Few Important doubts and questions..(Unix/Shell)

Hi All, I have a few questions which I am unable to solve/answer. Please help me with them:- Command in Unix to determine if a Host is connected to the internet ? If a parenet process is killed what happens to the child process? How do I print the first 10 lines of a file in the... (1 Reply)
Discussion started by: shubhranshu
1 Replies
Login or Register to Ask a Question