![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pause needed for corn shell | dennysavard | UNIX for Dummies Questions & Answers | 7 | 12-09-2007 10:16 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
CORN job
Hello,
How can i check? How many corn jobs are running? Thanks Raghu.K |
| Forum Sponsor | ||
|
|
|
|||
|
Cron jobs are just unix commands or scripts set to run at a certain interval.
Therefore in general it is difficult to check what processes are from cronjobs. If you really need to check which cron jobs are running you will have to see which process belongs to "crond" process. However if you just wish to see the "Schedule" use crontab -l to see the current user's scheduled jobs if you have root priviledges you can cd /var/spool/cron/crontabs for a list of all users scheduled jobs Hope it helps |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|