Are you in or at the office?
No Answer is Posted For this Question
Be the First to Post Answer
What is unix command?
what are the differences between CUI and GUI interfaces?
52 Answers College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,
How does a user get the current date, time in UNIX?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What do chmod, chown, chgrp commands do?
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:
Does cp command overwrite files?
What does the “echo” command do?
how to sort the content of the file based on numeric values
How do I search a whole word in vim?
Give the command to display space usage on the UNIX file system.
solaris Run level?