what is the difference between unix os and linux os
Answers were Sorted based on User's Feedback
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 |
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 |
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 union and structure in c?
How do you write a program which produces its own source code as its output?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
how to introdu5ce my self in serco
what are advantages of U D F?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
Program to find the value of e raised to power x using while loop
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Why c++ is called c++ and not c+?
What is a macro, and explain how do you use it?