What is the basic difference between unix and windows
operating systems?
Answers were Sorted based on User's Feedback
Answer / ahamed rasik
Window is more and more flexible to new user compare than unix
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nirosha
unix is open source
windows is not a open source
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / cyrus
windows supports removable media.UNIX does not support
removable media.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pratul
unix will not be affected by virus as most of the viruses
are developed under platform of windows.and even unix is
command line user interface
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / bandi sreekanth
windows most probably grafhical interface and unix always command line interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uma shankar pandey
Windows have a recycle bin where store the deleted things
while Unix have not .
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / ashish lalawat
Windows is mouse dominated (everything that we can do by
mouse can't be done by a keyboard)
Unix is keyboard dominated ( everything that we can do by a
keyboard can't be done by a mouse) ex. refreshing.
Unix requires much authentication (password) for most of the
purposes like updating etc. whereas Windows does not.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / nitin
Unix consume more power
Window consme less power in compare to unix
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / sujatha
Unix file system is hierarchical based ,a root contain the
total structure of the file system.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sharmila
windows is gii based where as unix is clui based
| Is This Answer Correct ? | 0 Yes | 2 No |
What does this command do,"$more readme.txt“?
How do I run a bash script?
Differentiate cat command from more command.
Give Command that will move a single file called "unix.txt"
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
How to copy multiple files and directories into some other directory?
What is nr in awk command?
How to remove a crontab file?
How do I open a port?
What are reported commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.