Sunday, September 19, 2010

Reboot Linux system immediately

Using shutdown command, specifying wait of 0 seconds:

> shutdown -r +0

Usually you won't have privileges, so do it as super-user:

> sudo shutdown -r +0

No comments:

Post a Comment