Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between unix os and linux os

Answers were Sorted based on User's Feedback



what is the difference between unix os and linux os..

Answer / rajesh k

Unix and Linux both are Operating systems

the only difference is that

Unix is an operating system that was first invented and ok
it's single user.

on other hand linux is flavour of unix.
it evovled from unix with the core commands in unix and
additional flavour commands + additional modifications

Is This Answer Correct ?    3 Yes 0 No

what is the difference between unix os and linux os..

Answer / manish soni bca 3rd year jaipu

1.unxi is command base o.s it mean unix is CUI(character
user interface)but the linux is GUI base operting system.

2.unix is firstly writen with (which language come before
c).after invented of the c.unix in writen in(95% part) c
language. or we can say that c language actually developed
for impliment the unix operting system.

3.linux is unix base o.s. or linux is improvement of unix
o.s.

4.linux lorwards is owner or developer of linux o.s.

Is This Answer Correct ?    0 Yes 0 No

what is the difference between unix os and linux os..

Answer / sagar

both unix and linux is an os
bt the only thing differs is the userinterface..
unix is for single users,while llinux is for multiusers..

Is This Answer Correct ?    4 Yes 6 No

what is the difference between unix os and linux os..

Answer / prakash.a

unix is a langauge,bt linux is a OS

Is This Answer Correct ?    7 Yes 14 No

Post New Answer

More C Interview Questions

Can we declare a function inside a function in c?

0 Answers  


Is it possible to initialize a variable at the time it was declared?

0 Answers  


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  


What do you mean by c what are the main characteristics of c language?

0 Answers  


what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  


write a program to arrange the contents of a 1D array in ascending order

4 Answers  


What is the use of typedef in c?

0 Answers  


What is a symbolic constant?

1 Answers  


How macro execution is faster than function ?

0 Answers   Wipro,


What is difference between function overloading and operator overloading?

0 Answers  


Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,


how to compare two strings without using strcmp() function??

1 Answers  


Categories