When issuing the following command:
ps -ef | grep queue
I get a list of 5 processes running.
root 10001 1 0 2012 pts/5 02:22:04 /usr/local/perl/bin/perl /usr/local/cpi/sss/enroll_req - L
root 10003 1 0 2012 pts/5 00:12:44 /usr/local/perl/bin/perl /usr/local/cpi/sss/job_req -L
My question is this. If I issue a
kill 10001
How would I restart the enroll_req process?