I want to setup my python script to always use a fixed process id. So that every time I want to kill it I don’t have to do a ps aux for it. Please Help.
I am using Ubuntu & CentOS.
Ubuntu is my testing system
CentOS is my server
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why not write a small script for deleting your process:
And then you can just run the script to kill the process…