1838334 Members
3063 Online
110125 Solutions
New Discussion

Crontab

 
SOLVED
Go to solution
Miguel Carabano_1
Regular Advisor

Crontab

Hi team,

After logon by user, when try execute contrab

appl01:user 2> crontab -e
crontab: you are not authorized to use cron. Sorry.

Thanks

3 REPLIES 3
Jeff Schussele
Honored Contributor
Solution

Re: Crontab

Hi Miguel,

The user must be in the /var/adm/cron/cron.allow file before they'll be granted cron access.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Peter Godron
Honored Contributor

Re: Crontab

Miguel,
see man crontab
/usr/lib/cron/cron.allow must include the user to authorise cron
Miguel Carabano_1
Regular Advisor

Re: Crontab

Thanks

MC