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

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