Sorry you wanted the cron info:
0 0 * * 7 sync ; /sbin/reboot
This reboots at midnight every Sunday..
# The time and date fields are:
#
# field allowed values
# ----- --------------
# minute 0-59
# hour 0-23
# day of month 1-31
# month 1-12 (or names, see below)
# day of week 0-7 (0 or 7 is Sun, or use names)
What would be the proper syntax to reboot computer once a week in the middle of
the night?
Know how
to write schedule or contab just need the right syntax for shutdown -r
now as though
I'm doing it from the root@