Linux: Command Line to {Shutdown, Restart, Sleep, Hibernate}
Shutdown & Restart You need to be root. So, add sudo in front. Shutdown: shutdown -P 0 Restart: shutdown -r 0 Sleep, Suspend, Hibernate pm-suspend (aka sleep. Fast wake.) pm-hibernate (save most power. Slow wake.) pm-suspend-hybrid (a combination of ......