What is the behavioural difference between cmp and diff commands?
No Answer is Posted For this Question
Be the First to Post Answer
How does a user get the current date, time in UNIX?
How we will execute previous command in vi editor?
Which unix command to make a new directory?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Where can I get the free download of Unix by Yeswant Kanetkar?
Is it inbetween or in between?
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:
How do you change your account's password?
Explain command to view process running?
What command is used to replace the existing string with some other?
distinguish between paging and swapping?
Explain mount and unmount command.