# Ubuntu 重启

https://linuxhint.com/restart-ubuntu-server/

```bash
    sudo reboot
    sudo systemctl reboot

    sudo shutdown -r

    init 0
```
