On a Ubuntu machine, there is a Django process
$ ps aux | grep 8010
xxx 5790 0.0 0.0 75228 12 ? S 2019 0:00 python manage.py runserver 0.0.0.0:8010
How can I find out the absolute path to this manage.py?
On a Ubuntu machine, there is a Django process
$ ps aux | grep 8010
xxx 5790 0.0 0.0 75228 12 ? S 2019 0:00 python manage.py runserver 0.0.0.0:8010
How can I find out the absolute path to this manage.py?