FREQUENTLY ASKED QUESTIONS (Linux)
Q: How to schedule a restart/Reboot in Ubuntu Linux?
You can schedule a restart in your Ubuntu Linux server with "shutdown" command with Reboot switch(-t) and time options. A command example to schedule a restart ubuntu server at 22:00 (Use 24hr time format).
user@ubuntu:~$ sudo shutdown -r 22:00
Q: How to schedule a restart/Reboot in Ubuntu Linux?
You can schedule a restart in your Ubuntu Linux server with "shutdown" command with Reboot switch(-t) and time options. A command example to schedule a restart ubuntu server at 22:00 (Use 24hr time format).
user@ubuntu:~$ sudo shutdown -r 22:00
How to cancel a scheduled restart in Ubuntu
user@ubuntu:~$ sudo shutdown -c
0 comments:
Post a Comment