ubuntu restart command refers to "reboot", other restart commands are: 1. "shutdown -r now" to restart immediately; 2. "shutdown -r 10" to automatically restart after 10 minutes; 3. "shutdown -r 20:35" will restart when the time is 20:35.
The operating environment of this tutorial: Ubuntu 23.04 system, dell g3 computer.
Use the reboot command. The Linux reboot command is universal.
Other restart commands:
1. shutdown -r now to restart immediately
2. shutdown -r 10 to automatically restart after 10 minutes
3. Shutdown -r 20:35 Restart when the time is 20:35
If the restart is set through the shutdown command, you can use the shutdown -c command to cancel the restart
Extension
Shutdown command:
1. halt to shut down immediately (usually add -p to turn off the power)
2. poweroff to shut down immediately
3. shutdown -h now Shut down immediately
4. shutdown -h 10 Automatically shut down after 10 minutes
If you set the shutdown through the shutdown command, you can use shutdown - c command to cancel shutdown
The above is the detailed content of What does the ubuntu restart command refer to?. For more information, please follow other related articles on the PHP Chinese website!