[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Cron Problem:



>Here's my cron entry:
> 
> 
> */5 * * * *    root    /home/sites/site4/users  chmod -R 777
> 
> I get an email that states:
> /bin/sh: /home/sites/site4/users: is a directory
> 
> Can I not perform this command on a directory?  If not, how come?

I think you mean:

*/5 * * * *    root  chmod -R 777 /home/sites/site4/users

regards,
Cavan Kelly