- 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 stop
Start the Cron: /etc/init.d/crond start
Restart the Cron: /etc/init.d/crond restart
Kill the Process by PID: kill PID
Get PID by Process name:
pidof lighttpd
No comments:
Post a Comment