Reboot linux at specific time
Sometimes you want to reboot a server in the middle of the night. With linux it’s as simple as this command:
shutdown -r 04:00
Which will reboot the machine at 4 am in the morning. If you need to abort the reboot, use the following to abort the reboot:
shutdown -c
Categories: Bash, Linux, Red Hat / CentOS, Ubuntu
Recent Comments