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.

26 lines
292 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.

getenforce
===
显示当前SELinux的应用模式是强制、执行还是停用。
## 说明
**grename命令** 可以重命名卷组的名称。
### 语法
```
getenforce
```
### 例子
查看当前SELinux的应用模式。
```bash
[root@localhost ~]# getenforce
Enforcing
```