Linux服务器上运行着一个旧的Python Web服务。我有pid = 12345,脚本路径是相对的,并且有许多具有相同路径名的脚本。如何确定此Web服务使用了哪一个(pid = 12345)?
例如:
with d as
(
select distinct
patid,
patname
from dicomstudys
)
select *
from d
where d.patid in
(
select d.patid
from d
group by d.patid
having count(*) > 1
)
答案 0 :(得分:1)
只需在sudo pwdx <your_pid>
的情况下sudo pwdx 12345
,您就会获得完整的路径。