What does pipe () return?
No Answer is Posted For this Question
Be the First to Post Answer
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
what is the command to print last 8 lines of any text file.
How to find and replace the below command?
Explain the steps that a shell follows while processing a command.
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 to unzip the contents of the gzip file
boot process?
how to sort the content of the file based on numeric values
What do chmod, chown, chgrp commands do?
what is the difference between Touch & cat command
In UNIX, what is the command to edit contents of the file?
How to display no of records in oracle using unix command?