Skip to content

Commit 7301b6c

Browse files
authored
Update Linux常用操作命令.md
1 parent bdd8b59 commit 7301b6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

studynotes/Linux常用操作命令.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* 查看端口占用 **:lsof -i:端口**
3131
* 给文件或者文件夹权限 **:chmod 777 文件名**
3232
* 查看tcp连接状态 **:netstat -plant | grep ip**
33+
* 抓取指定IP的tcp包数据 **: tcpdump src host 112.96.248.22 -Xvv > tcp.out**
3334

3435

3536
## linux下离线安装python,先下载压缩包

0 commit comments

Comments
 (0)