1. chmod +w /var/spool/cron/crontabs/root
2. vi /var/spool/cron/crontabs/root
3. chmod -w /var/spool/cron/crontabs/root
4. Tambahkan cronjob, misalnya
20 1 26 11 * shutdown -h now #jam dalam format UTC (beda +7 jam dengan WIB)
5. chmod +w /var/spool/cron/crontabs/root
6. Run the command "cat /var/run/crond.pid" #catat nomor pid
7. Run the command "kill 12345" where "12345" should be replaced with the number output by the previous command
8. Restart cron "/usr/lib/vmware/busybox/bin/busybox crond"
Setelah reboot conjob akan diremove/lost
No comments:
Post a Comment