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 |
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
What is a bash command?
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
What is the difference between a hard link and a soft link in Unix?
Which command is used to find whether the system is 32 bit or 64 bit?
Will rm -r* removes hidden files?
what does a process mean?
what is the use of "fg" command ?
What is awk used for?
What are the commands in UNIX to list the files in a Directory?
How does pipe () work?
what will this do $cat > file.c ?(file.c is a file in current directory)