Meth0d
Mon 23 April 2007, 04:22 am GMT +0200
im not too familiar with cron jobs, as i only use them to run single files .. but is there anyway to make cron jobs cmod certain files and/or directories?
edit-- this would be into my control panel, like hSphere or cPanel
olaf
Mon 23 April 2007, 08:52 am GMT +0200
I think you need to tell some script waht you want to do.
one option is to run all scripts inside a directory while using php (and this one script is executed by cron
Nikolas
Mon 23 April 2007, 09:25 am GMT +0200
You can use cron to chmod a file, but the cron user must have rights to do this.
And please don't ask me how I am so sure about this, because last time I got hacked this was exactly what the hackers did :)
Meth0d
Mon 23 April 2007, 05:48 pm GMT +0200
i assume with a shared hosting account, you wont have access to chmod files with cron :(