Originally posted by: tony.evans
AIX stores crontabs in /var/spool/cron/crontabs
Each file is named after the user ID for which it runs.
I'm not sure if that's what you mean by 'crontab jobs'. If you mean how many processes are currently running that were started by cron, then you would need to find the pid of the cron process and check which other processes have their pid as their ppid.
#AIX-Forum