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
Name the general commands in using unix os for a beginner?
What do know about tee command?
What does #!/ Bin sh do?
What are some command words?
What is the first character of the output in ls l command?
Describe the usage and functionality of the command rm –r * in unix?
What is unix command line?
What does find command return in unix?
What does the “echo” command do?
What is time_t?
What is merge command in unix?
Enumerate some of the most commonly used network commands in unix?
What is the functionality of a top command?
What is the function of grep command in unix?
What does awk stand for?