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

Answer Posted / s.radhika

commands syntax is different

Is This Answer Correct ?    45 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the nmap command?

822


What is the difference between cat command and more command?

817


What is difference between grep and find command in unix?

854


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


What is time_t?

793


Explain command to show the space allocation of files?

851


What is the use of egrep command in unix?

843


What does 'mkdir' command do in UNIX?

931


How does the system know where one command ends and another begins?

1891


What is a bash command?

847


What is the search command in unix?

833


What do know about tee command?

842


What are the unix commands?

768


What happens when we execute a unix command?

823


How do I open a port?

785