1752272 Members
5105 Online
108786 Solutions
New Discussion юеВ

Re: crontab

 
SOLVED
Go to solution
Paul Bertino
Frequent Advisor

Re: crontab

I have deleted the cron.allow. Tried the test user test01, no luck. Thanks
T G Manikandan
Honored Contributor
Solution

Re: crontab

can you check if that user exists with /etc/passwd file

cat /etc/passwd|grep
and also check if there are any duplicate UID in the file.

Also try,

creating a crontab file for the user and try
/var/spool/cron/crontabs/ with the file owner as test01.
T G Manikandan
Honored Contributor

Re: crontab

which are your cron.allow and cron.deny files located?
Paul Bertino
Frequent Advisor

Re: crontab

Well, the real cron.allow stand up. There are two locations on our system,
/var/spool/cron
and
/var/adm/cron = this is the correct one!

Sorry for the confusion and thanks to all of you for your help! It does work now!
Paul Bertino
Frequent Advisor

Re: crontab

Thanks. I have the answer and it is working.