ps -ef | grep  xxx(进程)

找到进程id

lsof -p  (id) | more

第一个就是

相关文章: