Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


wiki:how_to_shutdown_ubuntu_server_from-ssh
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
wiki:how_to_shutdown_ubuntu_server_from-ssh [2018/08/04 20:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +======How To Shutdown Ubuntu Server from SSH======
 +
 +The proper way to shutdown is to use the shutdown command.
 +
 +For Example:
 +<code>sudo shutdown -P now</code>
 +
 +
 +shutdown [OPTION]... TIME [MESSAGE]
 +
 +-h Requests that the system be either halted or powered off after it has been brought down, with the choice as to which left up to the system.
 + 
 +-H Requests that the system be halted after it has been brought down. 
 +
 +-P Requests that the system be powered off after it has been brought down.
 +
  
wiki/how_to_shutdown_ubuntu_server_from-ssh.txt · Last modified: 2018/08/04 20:50 by 127.0.0.1