What is the basic difference between unix and windows
operating systems?
Answer Posted / dharmajit kuanr
UNIX
1) Non
GUI
2) File System (STD.ERR, STD.IO)
3) Command Based
4) Not Event Driven
5) Multi Processing
WINDOWS
1) GUI Based
2) FAT32, NTFS
3) Menu Based
4) Event
Driven
5) No Multi Processing
| Is This Answer Correct ? | 248 Yes | 64 No |
Post New Answer View All Answers
What is .sh file?
What is s and g in sed command?
What are the unix commands?
How do I find previous commands in unix?
What is the use of the tee command?
Write a command to kill the last background job?
What is grep r?
Give the command for finding the current date.
How do I search for text in vi?
Explain the steps that a shell follows while processing a command.
What is the use of egrep command in unix?
What is the behavioural difference between cmp and diff commands?
Which command will print your home directory on screen?
Name the unix command to find how many days the server has been up.
What is sed awk grep?