- Login to SSH via Putty
- Type crontab –e
- Use “I” for insert
- Make the necessary changes
- Press Escape
- Type :q (to quit without any changes)
- Type :wq (to save changes and quit)
MAILTO=""For more info Click HereSee the list of CRON process IDs: pgrep crond
Cron Status: service crond status
Stop the Cron:
/etc/init.d/crond stopStart the Cron: /etc/init.d/crond startRestart the Cron: /etc/init.d/crond restart Kill the Process by PID: kill PIDGet PID by Process name: pidof lighttpd
No comments:
Post a Comment