切换侧边栏
Blog
没写
4 Tasks to complete
Software Update
65%
Hardware Upgrade
35%
Unit Testing
15%
Bug Fixes
90%
See tasks with details
没写
8 Notifications
New Comments
+12
Bob just signed up as an editor ...
New Orders
+8
Followers
+11
See all notifications
没写
5 Messages
Alex:
Ciao sociis natoque penatibus et auctor ...
a moment ago
Susan:
Vestibulum id ligula porta felis euismod ...
20 minutes ago
Bob:
Nullam quis risus eget urna mollis ornare ...
3:15 pm
Kate:
Ciao sociis natoque eget urna mollis ornare ...
1:33 pm
Fred:
Vestibulum id penatibus et auctor ...
10:09 am
See all messages
你没
登录
主页
upload
Blog
#438EB9
#222A2D
#C6487E
#D0D0D0
选择皮肤
固定导航栏
固定侧边栏
固定面包屑
从右到左 (rtl)
里面
.container
悬停时的子菜单
紧凑型侧边栏
替代项 活动项
Linux halt --停止系统运行,但不关闭电源
2023-03-24 17:00:47
jiang
\n
楼主
Linux halt --停止系统运行,但不关闭电源
2023-03-24 17:02:25
jiang
\n
楼主
用途说明
halt命令可以停止系统运行,但不关闭电源;poweroff命令也可实现关机,同时关闭电源。它们两个都是调用shutdown命令来进行的,reboot可以将机器重启。
常用方式
格式:
halt
格式:
shutdown -h
停止系统运行,但不关闭电源。
格式:
poweroff
停止系统运行,同时关闭电源。
格式:
reboot
重启系统。
取消
发送