1833027 Members
2662 Online
110049 Solutions
New Discussion

batch jobs

 
SOLVED
Go to solution
Ragni Singh
Super Advisor

batch jobs

Hello everyone,

How can I identify batch jobs running on my system. Is there a command that will tell of teh batch jobs running on my system. Any help will be greatly appreciated.
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: batch jobs

Hi:

Do an at -l and a crontab -l.
If it ain't broke, I can fix that.
Helen French
Honored Contributor

Re: batch jobs

Hi Sanman,

at and batch jobs are executed byt the cron daemon. You can list thos by:

# at -l
# crontab -l ( listing)

Also, if you see the content of /var/spool/cron/atjobs.

HTH,
Shiju
Life is a promise, fulfill it!