Hi
I've just tried doing:
Code:
chmod -R 0777 cache
but for each subdirectory it tries to change i get the error 'Operation not permitted'
I've checked the group ownership and that's fine, and I can change individual directories or files.
I'm using RHEL3 with apache.
Any ideas please?
I really don't want to have to go through and chmod every individual file!
********
If there was a text file listing all the files and folders in sugar we could use the following command:
Code:
for i in `sed -e 's/,.*$//g' < upgrade.lst`; do chmod 777 $i ; done
is this something sugar could consider for a future release?
********
Steve
Bookmarks