In my terminal, I can see a python program in execution:
python3 app.py
where can I find app.py?
I've tried to look in the /proc/$pid/exe but links to the python interpreter.
I have many app.py programs in my system, I want to find out exactly which is in execution with that pid.
app.pyfile ? go there and runpython3 app.pyfind / -type f -name "app.py"updatedbandlocate app.pybut I've several of them.