What is the basic difference between unix and windows
operating systems?
Answer Posted / shubh
Unix Window
* It is hierachile model. It is a flat model.
* It is CUI. It is a GUI.
* It is command base. It is menu base.
* It is not event driven. It is event driven.
* It is multi-processor. It is not multiprocessor
* Free sourced OS. Licensed OS.
* It doesn't have registry It is having registry
concept. concept.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What are awk commands?
How to use grep command to list find the records of a file containing 10 different strings?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Explain command to view process running?
What does this command do? Cat food 1 > kitty
How do I run a bash script?
What is the difference between awk and grep?
How do I clear my terminal history?
What is the command to view process running?
what is the advaantage of each user having its own copy of the shell?
What happens when we execute a unix command?
What does the command ' $who | sort –logfile > newfile' do?
How do you grep a case insensitive?
What is grep short for?
What is the first character of the output in ls l command?