I'm new in Linux and I want to schedule its reboot in midnight. How should I do it?
-I'm sorry I didn.y put the complete details. I want a reboot every 3rd Saturday of the month at 23:30
-i dont know what's wrong but i cannot find the crontab..? what i have is the cron.d;cron.daily; cron.weekly; cron.monthly; I'm sorry for the noob question.Pls help me. thanks
/etc/crontabentry like30 23 15-21 * 6 /sbin/shutdown -r nowwill reboot at 23:30 on the 3rd Saturday of every month. – Chris S♦ Jun 28 '10 at 17:53