I ran this command:
nohup python3 crawler.py > out.txt
And I forgot to specify PID at the end of it!
Now how can I find out if it's actually running and how can I kill it?
I ran this command:
nohup python3 crawler.py > out.txt
And I forgot to specify PID at the end of it!
Now how can I find out if it's actually running and how can I kill it?
0 Answers