Is it inbetween or in between?


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

Post New Answer

More Unix Commands Interview Questions

What do you mean by zambie process?

6 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 to rename files and folders?

7 Answers   IBM, Oracle,


What Command is used to make a directory?

4 Answers   IBM,


how to check a file system type

7 Answers   Wipro,






Write a command to find all of the files which have been accessed within the last 30 days.

14 Answers   Cisco,


how to sort the content of the file based on numeric values

0 Answers   Epsilon,


How to check the flavor of UNIX?

8 Answers   HCL, Syntel,


How does pipe () work?

0 Answers  


Give two UNIX kernel parameters that effect an Oracle install

3 Answers   Oracle,


What is the command to find hidden files in the current directory?

0 Answers  


What is the output of : $ ps-e $ ps-a commands

5 Answers   IBM,


Categories