How to shut down the centos system using commands

王林
Release: 2020-03-23 14:12:22
Original
3823 people have browsed it

How to shut down the centos system using commands

Shutdown command: shutdown or poweroff

shutdown:shutdown -h now  #立即关机(shutdown -h 10   #10分钟后关机)
Copy after login

(Recommended tutorial: centos usage tutorial)

How to shut down the centos system using commands

poweroff: Just enter poweroff directly:

How to shut down the centos system using commands

Restart command: shutdown or reboot

shutdown:shutdown -r now  #立即重新启动  (shutdown -r +10  #10分钟之后重启)
Copy after login

reboot: Just enter it directly.

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to shut down the centos system using commands. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!