We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de830b8 commit bdd8b59Copy full SHA for bdd8b59
studynotes/Linux常用操作命令.md
@@ -29,6 +29,7 @@
29
* 关闭防火墙 **:service iptables stop**
30
* 查看端口占用 **:lsof -i:端口**
31
* 给文件或者文件夹权限 **:chmod 777 文件名**
32
+* 查看tcp连接状态 **:netstat -plant | grep ip**
33
34
35
## linux下离线安装python,先下载压缩包
0 commit comments