zhware
02-03-02, 23:38
| For http it is more difficult because usually there are severel instances (child processes). Typical picture is: httpd-+- +- httpd +- httpd because httpd fork and child process handle established connection. |
View Full Version : How to get nothing but pid?
| For http it is more difficult because usually there are severel instances (child processes). Typical picture is: httpd-+- +- httpd +- httpd because httpd fork and child process handle established connection. |
| Hi newpaul, did you use Solaris 2.7 or higher? Than take a look (man) to pgrep and pkill ! Ralph |