08-28-2011, 10:08 AM
|
|
aliasx
Join Date: Apr 2001
Posts: 19,010
|
Quote:
Originally Posted by Babaganoosh
You could use a bash script to do that but honestly if you're doing one file and a directory (recursively?) I would just do it the old fashioned way.
chmod 0666 index.php
chmod 0666 temp -R (the -R is recursive)
|

|
|
|