apache / php / mysql

Alexander Dalloz ad+lists at uni-x.org
Wed Apr 20 12:40:13 UTC 2005


Am Mi, den 20.04.2005 schrieb Touriste um 14:23:
> For futur problems like this :
> 
> in the terminal :
> 
> chmod 755 -R /var/www/html

Sorry, that is a "nonsense" advise. Legitimate could be

find /var/www/html -type d -print0 | xargs -0 chmod 755
find /var/www/html -type f -print0 | xargs -0 chmod 644

It is not wise to give all files execute permissions.

Alexander


-- 
Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773
legal statement: http://www.uni-x.org/legal.html
Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.11-1.14_FC2smp 
Serendipity 14:36:04 up 8 days, 11:16, load average: 0.38, 0.19, 0.18 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20050420/715ccf5b/attachment-0001.sig>


More information about the fedora-list mailing list