要查看Linux系统中进程的位置,可以使用以下命令:
ps
ps -ef | grep <进程名>
ls
ls -l /proc/<PID>/exe
其中,<PID>为要查看的进程的PID。
<PID>
pwdx
pwdx <PID>