Explain command to display different lines that are found when compare two files?
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
Give two UNIX kernel parameters that effect an Oracle install
How to open a Database using Unix Command Please Do Reply
what does the 'tee' command do?
How do I search a whole word in vim?
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:
What is in grep command?
What is an Environment Variable?
What is a shell in Unix? Name some common Unix shells.
Where can I get the free download of Unix by Yeswant Kanetkar?
what is the use of wild cards?
what is mount ,tell me about mount ,how can u use in real time project??