Update systemctl.md
make systemctl list-units --type=service correct
This commit is contained in:
parent
81bac2e86f
commit
8c2dd3cd63
|
|
@ -130,7 +130,7 @@ systemctl restart nfs-server.service
|
|||
6.查看所有已启动的服务
|
||||
|
||||
```
|
||||
systemctl list -units --type=service
|
||||
systemctl list-units --type=service
|
||||
```
|
||||
|
||||
开启防火墙22端口
|
||||
|
|
|
|||
Loading…
Reference in New Issue