Merge pull request #16 from kid1412621/patch-1

Update linux-cli-system.md
This commit is contained in:
钝悟 2023-09-04 09:22:59 +08:00 committed by GitHub
commit 7bfd8574c8
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