What is the basic difference between unix and windows
operating systems?

Answer Posted / simrati sharma

unix supports multithreading.where as wincows doesnot
supports multithreading.

Is This Answer Correct ?    96 Yes 72 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is unix command?

584


Who wrote grep?

587


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

763


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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1764


What does find command return in unix?

597






Is ‘du’ a command? If so, what is its use?

639


Differentiate cmp command from diff command.

588


What is the difference between cat command and more command?

599


How do I use grep to find a file?

583


What is grep and how do you use it?

579


Enumerate some of the most commonly used network commands in unix?

620


What are bash commands?

597


Name the general commands in using unix os for a beginner?

625


What is the use of find command in unix?

588


How do you grep a case insensitive?

541