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

Answer Posted / praveen

unix is a multiuser and &windowsdoesnotsupport themultiuser
it is singleuser.
in unix operatorwecan use the commandsinunix operatorcannot
use the commands.

Is This Answer Correct ?    23 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does touch command do in unix?

723


What is used to type command?

539


What is the significance of the 'tee' command?

594


Explain ‘system calls’ with respect to unix commands?

598


Does cp command overwrite files?

620






What is the general format of unix command syntax?

688


What is a command and examples?

578


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:

1758


How do you grep a case insensitive?

537


Differentiate cmp command from diff command.

586


Using unix command how to display no of records in oracle?

604


What does the metacharacter mean?

608


What is the first character of the output in ls l command?

629


What does #!/ Bin sh do?

587


Are you in or at the office?

609