5
2
I have started a program in Linux using &
and disown
.
I wish to see if it is still running and possibly to kill it.
I started the process with commands like these:
(env)bash-4.2$ python manage.py update_rollups &
[1] 29144
(env)bash-4.2$ disown
I can no longer find it with ps aux
, nor kill it based on the pid 29144
.
I want to know if the process is still running (under init
?).
I hope you can help!
Welcome on Super User. Give feedback to the answerers, remember that you can [edit] your own question, upvote, downvote the answers and choose one of them if you think it solves your question. – Hastur – 2017-04-07T11:57:19.980