FREQUENTLY ASKED QUESTIONS (Linux)
Q: How to Schedule s shutdown in Ubuntu/Debian linux?
You can schedule a shutdown in Ubuntu Linux using "shutdown" command with halt switch (-h) and time. Below is an example command to shutdown your Ubuntu Linux server at 14:30. (use 24hr time format)
user@ubuntu:~$ sudo shutdown -h 14:30
How to Cancel a already scheduled shutdown
user@ubuntu:~$ sudo shutdown -c
For Shutdown Ubuntu Instantly
user@ubuntu:~$ sudo poweroff
or
user@ubuntu:~$ sudo shutdown -h
Q: How to Schedule s shutdown in Ubuntu/Debian linux?
You can schedule a shutdown in Ubuntu Linux using "shutdown" command with halt switch (-h) and time. Below is an example command to shutdown your Ubuntu Linux server at 14:30. (use 24hr time format)
user@ubuntu:~$ sudo shutdown -h 14:30
How to Cancel a already scheduled shutdown
user@ubuntu:~$ sudo shutdown -c
For Shutdown Ubuntu Instantly
user@ubuntu:~$ sudo poweroff
or
user@ubuntu:~$ sudo shutdown -h
0 comments:
Post a Comment