New to this, pleas help...


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers New to this, pleas help...
# 1  
Old 04-08-2001
Bug

hello, i'm totally new to this, just trying to start learing unix. I have 2 questions really...

First, What's the difference between Linux and Unix?

Second, Where can I find/buy the Unix os?

I appriciate anyone that can help me Smilie
# 2  
Old 04-09-2001
In terms of features, Unix and Linux are quite similar. Linux is a variant of Unix, like SCO-Unix, HP-Unix and other Unix like operating systems. Most, if not all, programs available for any Unix-like operating system are also available for Linux. Actually Linux is an affordable alternative to the more expensive Unix operating system(commercial). It allows users to develop and test Unix software without having to spend too much money to buy the operating system. Linux is a product of the free software movement, giving it unique benefits. It saves you money, but also, because the source code is freely available, users aren't dependent on a vendor to release fixes and add new features. They can do it themselves, then recompile the kernel anjd it becomes more reliable, because more people examining the source code means fewer bugs.

The goal of Linux is to develop a free Unix system that could be run on both a personal level and on large network servers.

Although the source code for Unix and Linux is completely different, from the users end the main difference between Unix and Linux is that the former is costly, while Linux is free. Smilie

Other inexpensive versions of UNIX exist as well, like FreeBSD, [url="http://www.openbsd.org"]OpenBSD, NetBSD

To download linux, if you have a fast network connection, go to http://sunsite.unc.edu/pub/Linux/ .

If you don't have a fast network connection or not
experienced in downloading large distributions, the
recommend you click on the RedHat 6.2 book on the
https://www.unix.com homepage and purchase book, CDROMs, etc
to install. The small price for the OS with documentation
and CDROM are well work the money.

# 3  
Old 04-09-2001
Thank you for the help Smilie
# 4  
Old 04-10-2001
You can also download Sun Solaris or purchase it on CD with documentation here
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Pleas help..this is driving me crazy

Hi, I've created a script in csh that takes a file and checks it for mispelled words. Im almost done but I need to do two more things but I need help. First, when displaying an incorrect word to the user, I need to show the line of the input file that contains the word. Second,if the user... (0 Replies)
Discussion started by: hckygoli31
0 Replies
Login or Register to Ask a Question