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 is s and g in sed command?
What does the command ' $who | sort –logfile > newfile' do?
Explain the steps that a shell follows while processing a command.
What is unix command line?
What is time_t?
What is grep command in unix with examples?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do I run a bash script?
What is the difference between awk and grep?
What are the commands in UNIX to list the files in a Directory?
Enlist some filename manipulation commands in unix.
What is “chmod” command?
What is a bash command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does the command '$ls | wc –l > file1' do?