vim <(lsof -p 72116 | awk '{print $9}' | grep '\.so')
然后正则替换一下文件名 略
然后排序去重
:sort u
这样就能把动态库的路径 都找出来了,