What is command substitution?
No Answer is Posted For this Question
Be the First to Post Answer
How to convert a hidden file to normal visible file?
What is the difference between udp and tcp?
Differentiate cmp command from diff command.
How to copy multiple files and directories into some other directory?
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 will be the output of ls ~/..
How do you stop a running process?
Which is the command used to find out currently executing Process in UNIX?
What is the basic difference between unix and windows operating systems?
43 Answers Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,
What is the syntax of grep command and what is its use?
What is the difference between AWK and SED commands? Plz give example and explain...
Is it inbetween or in between?