Rebooting my server

Your server will be running CentOS 5+. To reboot the server you can run the following command from SSH:

shutdown -r now

  • Shutdown is the normal shutdown command
  • -r specifies the server should reboot
  • now means do it now...

  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

Backing up all MySQL Databases

The following command run from SSH will backup and gzip all mySQL databaes and place them inot...