How does one process we can start an executable file? How to
get the PID process, which we started?
Answer Posted / sangeetha
We can start a new process from an existing process by
calling the function system("new process &"). The & sign
indicates the new process will run in background. Then
after this we can use the "ps" command to get the PID of
the new process.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to sort the content of the file based on numeric values
What is awk good for?
What is merge command in unix?
What is the first character of the output in ls l command?
What is the functionality of a top command?
What is the nmap command?
What is the comma to display different lines that are found when compare two files?
What does grep v do?
How to find $ai_serual resolved path by using unix
Which unix command to make a new directory?
How to display no of records in oracle using unix command?
What are grep patterns?
What is the function of grep command in unix?
What is the command to view process running?
What is awk used for?