Using ps to Monitor Processes
In a previous tech tip, we saw how to use kill to monitor processes. Another option is to use ps. With both methods, you can check $? for success/failure. However, note that kill -0 may return failure even if the process actually exists. This happens when the current user has no permission to the process in question, for example: kill -0 1.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.