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
How does shebang work?
What does touch command do in unix?
What is {} in find command?
What is s and g in sed command?
Is command prompt unix?
What is grep in bash?
Explain command to show the space allocation of files?
What do chmod, chown, chgrp commands do?
Which unix command lists files/folders in alphabetical order?
What is $0 bash?
Can you explain a little bit about command substitution?
What is command substitution?
What does find command return in unix?
What is the comma to show the space allocation of files?
Differentiate cmp command from diff command.