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 is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How many unix commands are there?
What is the first character of the output in ls l command?
What does the command ' $who | sort –logfile > newfile' do?
How do I search for a file in unix command?
What is the command to find hidden files in the current directory?
Is ‘du’ a command? If so, what is its use?
Which command should you use to find the remaining disk space in unix server?
What is in grep command?
Is grep faster than awk?
How do I use grep to find a file?
What does 'mkdir' command do in UNIX?
What is the use of sed command in unix?
Which command is used to copy files?
What is grep short for?