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

Answer Posted / akshita

1. unix has inbuilt mail subroutine called " sendmail"
whereas there is no such inbuilt utility in windows
environment..

2. it is little difficult for a novice user to work in unix
environment as it requires its user to learn commands
but if we see it in case of windows,even a layman can
operate easily..as it is more user friendly...

Is This Answer Correct ?    21 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is “chmod” command?

767


What are grep patterns?

783


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

1223


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:

1990


How do I search for a file in unix command?

761


How do I use nslookup?

781


What difference between cmp and diff commands?

975


Can you enlist some commonly used network commands?

822


What is the unix command to confirm a remote host is alive or not?

819


How to display no of records in oracle using unix command?

828


Explain ‘system calls’ with respect to unix commands?

809


What does touch command do in unix?

1000


What is updatedb?

776


What are the dos commands?

890


Give the command for finding the current date.

786