Wednesday, 28 August 2013

Does this spawn multiple processes

Does this spawn multiple processes

I would like to know if this shell script line spawns multiple processes:
nohup openocd -f board/stm32f4discovery.cfg >>/dev/null 2>>/dev/null &
other operations here
Basically, I want to open openocd which is a server of sorts, and then
perform operations on that server etc.
It works great, but I am not sure if it spawns multiple processes.

No comments:

Post a Comment