linux 命令和教程补充

This commit is contained in:
estomm
2021-12-24 11:16:28 +08:00
parent 40e916976b
commit b7c3653392
586 changed files with 46455 additions and 39 deletions

View File

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