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
Is it inbetween or in between?
what is the advaantage of each user having its own copy of the shell?
What is rmdir command?
Describe the usage and functionality of the command rm –r * in unix?
What is a bash command?
How does the system know where one command ends and another begins?
What is awk good for?
What do know about tee command and its usage?
What does awk stand for?
What is {} in find command?
What is the search command in unix?
Why is grep called grep?
What is a command and examples?
What does grep v grep do?
What is command statement?