Linux通过PID号找到对应的进程名及所在目录
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
有时候通过top命令可以看到有个别进程占用的内存比较大,但是top无法直接查看到进程名以及进程所在的目录。我们可以通过以下方法来定位。
1、首先需要知道PID号,可以通过top命令获取。
2、输入命令查找对应目录
相关命令:ps -aux |grep -v grep|grep 28990
PS:如果知道端口可以使用lsof -i:port号 获取 程序对应的PID号
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)