wiki/运维/Linux/常用运维命令/1.找到未知进程的执行程序文件路径.md
2026-04-08 19:40:00 +08:00

4 lines
33 B
Markdown

```shell
ls -l /proc/pid/exe
```