I just found out today that on an IBM i system I am able to use SSH to get to a Unix-like terminal (AIX/PASE) and would like to use this to schedule automated tasks using crontab. Does anyone know if this is possible? I know in Linux just creating the crontab file is enough, but what about AIX on IBM i?
Asked
Active
Viewed 898 times
1 Answers
2
IBM AIX 5.3 has a crontab command which allows you to submit, edit, list, and removes cron jobs.
If you are the root user, you can use the crontab feature. If you do not have root access, your login has to be added to the cron.allow file and at the same time not in cron.deny. The cron.allow and cron.deny files are located under the /var/adm/cron directory.
Sun
- 6,480