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
279 B

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