Perintah Restart/Reboot dan shutdown di linux

Perintah shutdown dan restart di butuhkan ketika kita meremot server dari jarak jauh berikut ini perintahnya..

To shutdown / poweroff Ubuntu Linux

Type the command:
sudo halt
OR
sudo shutdown -h now

To reboot Ubuntu Linux

Type the command:
sudo reboot

sumber: http://theos.in/howto/howto-shutdown-reboot-ubuntu-linux-command/

Comments