Skip to content

Commit 44da119

Browse files
authored
Update Linux常用操作命令.md
1 parent 8c23170 commit 44da119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

studynotes/Linux常用操作命令.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* 查看tcp连接状态 **:netstat -plant | grep ip**
3333
* 抓取指定IP的tcp包数据 **: tcpdump src host 112.96.248.22 -Xvv > tcp.out**
3434
* 查看某一进程下的所有线程 **: ps -T -p 37772**
35+
* 查看centos版本 **: cat /etc/redhat-release**
3536

3637

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

0 commit comments

Comments
 (0)