What is the behavioural difference between cmp and diff commands?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Unix Commands Interview Questions

How does a user get the current date, time in UNIX?

6 Answers   IBM,


How we will execute previous command in vi editor?

8 Answers   Infosys,


Which unix command to make a new directory?

0 Answers  


Explain how to use grep command to list find the records of a file containing 10 different strings?

0 Answers  


Where can I get the free download of Unix by Yeswant Kanetkar?

5 Answers  


Is it inbetween or in between?

0 Answers  


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<stdlib.h> # include <stdio.h> 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:

0 Answers  


How do you change your account's password?

6 Answers  


Explain command to view process running?

0 Answers  


What command is used to replace the existing string with some other?

8 Answers   TCS,


distinguish between paging and swapping?

1 Answers   Infosys,


Explain mount and unmount command.

0 Answers  


Categories