查看: 65|回复: 0

[教程] 详解 Linux中的关机和重启命令

[复制链接]

3

主题

0

回帖

0

积分

热心网友

金币
0
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2011-12-14
发表于 2023-8-30 00:00:00 | 显示全部楼层 |阅读模式

详解 linux中的关机和重启命令

一 shutdown命令

shutdown [选项] 时间

选项:

?
1
2
3
-c:取消前一次关机命令
-h:关机
-r:重启

二 shutdown实战

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[root@localhost tmp]# date
sat jul 15 09:28:35 cst 2017
[root@localhost tmp]# shutdown -r 05:30
shutdown scheduled for sun 2017-07-16 05:30:00 cst, use 'shutdown -c' to cancel.
[root@localhost tmp]# shutdown -r 05:30 &
[1] 4936
[root@localhost tmp]# shutdown scheduled for sun 2017-07-16 05:30:00 cst, use 'shutdown -c' to cancel.
 
broadcast message from root@localhost.localdomain (sat 2017-07-15 09:30:00 cst):
 
the system is going down for reboot at sun 2017-07-16 05:30:00 cst!
 
^c
[1]+ done shutdown -r 05:30
[root@localhost tmp]# shutdown -c
 
broadcast message from root@localhost.localdomain (sat 2017-07-15 09:31:03 cst):
 
the system shutdown has been cancelled at sat 2017-07-15 09:32:03 cst!

 三 其他关机命令

?
1
2
3
halt
init 0
poweroff

四 其他重启命令

?
1
2
3
reboot
init 6

五 系统运行级别

详解 Linux中的关机和重启命令

 六 查看系统运行级别以及修改系统的默认级别

?
1
2
runlevel
cat /etc/inittab

七 登出

?
1
logout

八 实战

?
1
2
3
4
5
6
7
8
9
[root@localhost tmp]#
[root@localhost tmp]# runlevel
n 5
[root@localhost tmp]# init 3
policykit daemon disconnected from the bus.
we are no longer a registered authentication agent.
[root@localhost tmp]# runlevel
5 3
[root@localhost tmp]# logout

如有疑问请留言或者到本站社区交流讨论,以上就是linux 中关机重启的命令详解,感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

原文链接:http://cakin24.iteye.com/blog/2391507

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

相关侵权、举报、投诉及建议等,请发 E-mail:qiongdian@foxmail.com

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖返回顶部