Update linux-cli-system.md

fix typo
This commit is contained in:
kid1412621 2023-08-28 10:28:15 +08:00 committed by GitHub
parent cb88f2a0ba
commit e966ae7e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,7 +276,7 @@ systemctl status nfs-server.service
systemctl restart nfs-server.service
# 6.查看所有已启动的服务
systemctl list -units --type=service
systemctl list-units --type=service
# 7. 开启防火墙 22 端口
iptables -I INPUT -p tcp --dport 22 -j accept