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 does find command return in unix?
What command is used to switching between users in unix?
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
What does sed command do in unix?
What is the comma to show the space allocation of files?
How do I search for a file in unix command?
How do you grep recursively?
How do I delete files from command prompt?
Write a command to display a file’s contents in various formats?
What is the use of the command 'ls -x chapter[1-5]' ?
Why is awk called awk?
How do you repeat a command in terminal?
How does shebang work?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What do chown command do?