It's just what the question asks. Also, all I have is the PID, and the shell I am running the command from is not necessarily the shell that initially invoked the process. Any ideas?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
or
|
|||||
|
|
It's not a very neat way to do it, but you may continuously issue |
|||||||
|
|
You could check if the dir /proc/PID exists. It seems cleaner than sending multiple signals |
|||
|
|
AandBor if the PID counter will wrap. – Thomas M. DuBuisson Nov 10 '10 at 0:01pidofto find the PID of the process at runtime, or maybe something else. There are a hundred different ways he could have the PID of a process, while not hard-coding it in the shell script ;) – MartinodF Nov 10 '10 at 0:27