What does sed command do in unix?
How do you create a directory in UNIX?
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:
Will rm -r* removes hidden files?
how will u execute a file in unix
describe the escaping sequence characteres in unix
Why we are using UNIX OS when we are doing the testing in our application?
Give the command to display space usage on the UNIX file system.
How does one process we can start an executable file? How to get the PID process, which we started?
What is awk good for?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
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,
How do you remove a directory?