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

Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..

2 Answers  


What is register variable in c language?

0 Answers  


using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

0 Answers  


What is the difference between pure virtual function and virtual function?

0 Answers  


Write a program to print the prime numbers from 1 to 100?

7 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


Why is %d used in c?

0 Answers  


what is the difference between %d and %*d in c languaga?

7 Answers   TCS,


What is property type c?

0 Answers  


how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .

1 Answers  


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


Categories