kill -0 $pid
is shorthand for the proper
        kill -n 0 $pid

On Sun, 13 Apr 2008 22:32:18 PDT Pablo wrote:
> Thanks to Henk and Glenn
> Excellent!! Very good!! 

> But a last question for Glenn or anyone that knows. In the last example. 
> Whats mean -0 option for kill command?


Reply via email to