Saturday 15 March 2014

List and kill at jobs on UNIX -


I have created a job with at command at Solaris 10.

It is working now, but I want to kill it but I do not know how I can get a job number and how to kill that job or process.

You should be able to find your command with the ps version:

  ps -ef ps -fubob # if your job user id is bob  

Then, once located, use kill to kill this process There should be a simple matter (Allow permissions).

If you talk about getting rid of jobs in ' at Q (which is not yet running) Are you, To use code> atq , you can use them and atrm to get rid of them.


No comments:

Post a Comment