Peter Miller wrote:
On Tue, 2004-09-07 at 15:55, Christopher Vance wrote:
On Tue, Sep 07, 2004 at 03:39:26PM +1000, David Gillies wrote:
or just a plain old chmod -R 666 *.php
This won't do it.
chmod -R og=u .
chmod -R 666 *
will work, unless you don't want all files to be changed, in which case find is your friend - man find.
fil -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
