Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


process | 6 comments | Create New Account
Click here to return to the 'process' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
process
Authored by: SeanAhern on May 21, '02 01:52:37PM

Just "kill -9" the process ID. It will restart automatically.



[ Reply to This | # ]
process
Authored by: eno on May 22, '02 08:39:29AM

No need for a "kill -9". A "kill -HUP" will do. No point in bringing out the big guns for a little job.



[ Reply to This | # ]