静鸡鸡的JC
Linux下根据进程号查找程序路径
阅读 59
2022-04-16
根据端口号查看进程号
netstat -nlp | grep 80
根据进程号查看路径
ll /proc/进程号/cwd
ll /proc/16980/cwd
相关推荐
精彩评论(0)