how to kill this process?
jazzmuzik
ulist at gs1.ubuntuforums.org
Tue May 2 19:35:27 UTC 2006
I usually stop process with something like 'kill -9 <id>'. There are
other methods I've seen.
You could shut down cron altogether with this:
/etc/init.d/cron stop
cron merely launches other programs based on the clock, so you could
either stop whatever program cron has launched, or edit the crontab
file to make it stop launching a particular program.
--
jazzmuzik
More information about the ubuntu-users
mailing list