jkhhuse/blog

Linux常用命令学习

Opened this issue · 0 comments

端口号

查看端口号

netstat -apn | grep <端口号>
ps -aux | grep <进程号>