I have created a job with the at command on Solaris 10.
It’s working now but I want to kill it but I don’t know how I can find the job number and how to kill that job or process.
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.
You should be able to find your command with a
psvariant like:Then, once located, it should be a simple matter to use
killto kill the process (permissions permitting).If you’re talking about getting rid of jobs in the
atqueue (that aren’t running yet), you can useatqto list them andatrmto get rid of them.