You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
615 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

poweroff
===
关闭Linux系统关闭记录会被写入到/var/log/wtmp日志文件中。
## 补充说明
**grename命令** 可以重命名卷组的名称。
### 语法
```
poweroff [选项]
```
### 选项
```
-n 关闭之前不同步
-p 当被称为halt时关闭电源
-v 增加输出,包括消息
-q 降低输出错误唯一的消息
-w 并不实际关闭系统,只是写入/var/log/wtmp文件中
-f 强制关机不调用shutdown
```
### 例子
关闭Linux系统。
```bash
[root@localhost ~]# poweroff
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->