[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: [Raq3] File permissions- rejected from admin
- Subject: [cobalt-users] Re: [Raq3] File permissions- rejected from admin
- From: Joe Kerns <jkerns@xxxxxxxxxx>
- Date: Wed Aug 30 17:46:41 2000
- Organization: JoltinJoe.Com
> Well, let's see:
>
> 1 small line to type
> x (times) the number of files in each (cgi-bin)directory
> x the number of directories/account on the server
> x the number of times that each user/client needs updates to
> such files
> = lots of wasted time, that might not be billable.
Have you heard of the *? This will save you a little time, the * is a wildcard that causes the command to be performed on all files in the directory...
chmod 0755 *
You could even setup a cron job to do this for you, with a PHP interface to make it accessible to your customers. But no need, because a fix has been posted...
I understand your point, tho, and Jeff L.'s who said the patch should not have been released that way.
Joe