Thread
:
Need help, What is the command to chmod everything..
View Single Post
05-28-2005, 12:12 PM
Lycanthrope
Confirmed User
Industry Role:
Join Date: Jan 2004
Location: Wisconsin
Posts: 4,517
Or you could let a simple php file do it for you:
<?php
exec('chmod 777 /home/account/web/*/*/*/*');
?>
Obviously adjust the dirs to how deep you go then upload it and call it.
__________________
Lycanthrope
View Public Profile
Find More Posts by Lycanthrope