wiki/运维/操作系统/Linux/常用运维命令/1.找到未知进程的执行程序文件路径.md
2025-01-02 10:46:09 +08:00

4 lines
33 B
Markdown

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