what is difference between unix and linux?
Answers were Sorted based on User's Feedback
Answer / geek
interms of OS
there's no difference ... both r flavors of OS
Linux is built by UNIX commands only
| Is This Answer Correct ? | 28 Yes | 9 No |
Answer / b.narayan
unix is a opearating system.linux is one of the flavour of
unix.u cannot find unix server in the world,but linux server
u find.unix is cui,linux is gui.
| Is This Answer Correct ? | 22 Yes | 5 No |
Answer / swagatika
Exactly both are the flevour of OS but linux is free source
code while Unix is not.
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / p.ashwini
DIFF B/W UNIX AND LINUX
linux:
linux operating system is just like windows
unix:
unix operating system is not as windows
linux:
if linux is just as that of windows the it comes under GUI
but still it can be implimented with in CUI
UNIX:
unix comes under CUI only
linux:
linux is comparitvly more greater power then that of unix
.linux is based on unix
unix:
unix means uniplaxed information and computing system
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / vimal
unix not work on x86 based system but
linux work on x86 based system.
| Is This Answer Correct ? | 3 Yes | 2 No |
solaris Run level?
What is the difference between awk and grep?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:
Is it inbetween or in between?
What does touch command do in unix?
What is the command to view process running?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
How do you move or rename a file or directory?
what do you understand bythe term 'de-mountable volumes'?
distinguish between user mode and kernel mode?
In Unix file permissions what does the second field denotes?