Search

 

Here you can search and view our site Knowledge Base.
To find a specific article, use KB-article number format (ex. KB-1)

Article number: Article number: kb-34
Q. How Shutting Down and Reboot CentOS via SSH?

A. Shutting down and reboot server on CentOS

Shutdown
# /sbin/shutdown -h now

Reboot
# /sbin/reboot
or
# /sbin/shutdown -r now

This page has been viewed 649 times

Other questions in this category Other questions in this category
1. How do I disable/stop firewall in Linux server? (viewed 778 times)
2. How to find CentOS memory usage? (viewed 721 times)
3. How to Eject/Close CD or DVD media with shell command? (viewed 708 times)
4. How Do I Find Out My Linux Gateway / Router IP Address? (viewed 657 times)
5. In CentOS, how to find free disk space? (viewed 642 times)
6. How to work with ping command? (viewed 641 times)

Return to Search

Back to Top