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

Answer Posted / shaikh

windows is user friendly but UNIX is not

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does sed command do in unix?

791


What is the functionality of a top command?

834


What is nr in awk command?

788


What are grep patterns?

774


What does the md command do?

771


What are the general commands in using unix os for a beginner?

810


What are the dos commands?

873


What is a bash command?

830


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:

1974


How does shebang work?

808


Explain command to view process running?

811


What does the command '$ls | wc –l > file1' do?

905


How do I search for text in vi?

768


What does pipe () return?

779


Explain command to show the space allocation of files?

835