Difference Between Unix and Linux Envoriment


 
Thread Tools Search this Thread
Top Forums Programming Difference Between Unix and Linux Envoriment
# 1  
Old 04-20-2002
Question Difference Between Unix and Linux Envoriment

This may/may not be a long answer to a short question.

I am learning the C programming language at home.I have seen some good books on the UNIX programming enviroment.However, there were a few books that hinted towards the Linux programming enviroment.Is there any difference between the two as far as programming is concerned?

Thank you in advance for your help
# 2  
Old 04-20-2002
no significant difference..... Linux tends to be more open and less expensive... UNIX systems tend to be more commerical and less open. However, there are exceptions.

The main 'big business' difference is solely based on 'who wrote what kernel code when' and is more to do with big business and legalese... and very little to do with technology. They all use C as the underlying language for the kernal and have a similar design philosophy.


UNIX is generic, regardless of what some companies in the UK would like people to believe. There are generic classes on UNIX, generic books, generic applications, generic utilities, etc.

If you are a wiz at one, you are a wiz at the other..... Smilie In fact, mature UNIX/LINUX users are very comfortable with both because both are a form of the generic UNIX architecture.

Oh, yea, there are differences is all UNIX/Linux systems at the system call level.... that is why folks who want cross-platform applications use the GCC compiler!! Yes, some UNIX/Linux versions have different feature sets.... kinda like a dictionary... lots of words to choose from but most people just use a few of them (words)......

The greater question is 'what is your application environment and what do you want do accomplish?'
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between UNIX and Linux

hi experts please tell me the real difference between unix and linux at kernel structure (1 Reply)
Discussion started by: linurag
1 Replies

2. UNIX for Dummies Questions & Answers

difference between unix and linux

Hi I am new to linux I have dout waht is the difference between UNIX and LINUX Is there any soft for insatallation for UNIX OS Thanks (0 Replies)
Discussion started by: sanjaya
0 Replies

3. Shell Programming and Scripting

difference in unix vs. linux sort

Hi, I am using some codes that have been ported from unix to linux, and now the sorting no longer results in the desired ordering. I'm hoping to find a way to mimic the unix sort command in linux. The input file is structured the following: $> cat file.txt... (6 Replies)
Discussion started by: aj.schaeffer
6 Replies

4. UNIX for Dummies Questions & Answers

su command difference between unix and linux

Hello all the su with -l option is running normal with linux but when i try to run it on unix AIX 5.2.7 it's not working with -l option any help (6 Replies)
Discussion started by: islam.said
6 Replies

5. AIX

difference between AIx and Linux and Unix

Sir , Can any body explain the difference between linux , Unix and AIx on command Reference all the command on AIx and unix is same or not please reply (2 Replies)
Discussion started by: arif185
2 Replies

6. UNIX for Dummies Questions & Answers

Linux OR Unix Whats The Difference!

What is the difference bettween linux and unix? Sorry but I am really new to this! :confused: Also are they BOTH free :-D (1 Reply)
Discussion started by: jamesthemagicia
1 Replies

7. UNIX for Advanced & Expert Users

What is the difference between Unix & linux

:confused: Hi All Can anyone help me in finding the answer of the question mentioned below. What is the difference between Unix & linux ? Thanks in Advance to all CSaha (1 Reply)
Discussion started by: csaha
1 Replies

8. UNIX for Dummies Questions & Answers

Difference between UNIX and Linux

OK, I've used various versions of UNIX(Solaris, HPUX, etc..) over the years. Now the organization I work for is leaning towards more Linux based systems(Redhat, Suse, etc..) I do see differences in in comands and how to accomplish basic adminstration, but nothing mind blowing. So, what is it... (5 Replies)
Discussion started by: pbonilla
5 Replies

9. UNIX for Dummies Questions & Answers

difference between unix and linux?

Ok, I'm confused. Can someone answer these (stupid) questions please for me? 1. What is the difference between unix and linux? 2. Is FreeBSD a unix distribution? 3. If not, then what is Unix? I actually gone to Unix.com because I thought this is it's official website where I could download... (1 Reply)
Discussion started by: RellioN
1 Replies
Login or Register to Ask a Question