centos7如何使用命令重启或关机

来自:互联网
时间:2020-11-04
阅读:

安装GNOME的朋友们首先切换到字符界面:

先登陆进入系统,进入图形化界面:

centos7如何使用命令重启或关机

centos7如何使用命令重启或关机

然后按Ctrl+Alt+F6(笔记本的是Ctrl+Alt+shift+Fn),进入字符界面

(最小化安装的直接输入即可)

关机命令:shutdown或poweroff

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

centos7如何使用命令重启或关机

poweroff:直接输入poweroff即可:

centos7如何使用命令重启或关机

重启命令:shutdown或reboot

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

reboot:直接输入即可。

返回顶部
顶部