Report message:*
 

Re: Php handlers like suphp as related to .tar.gz file ownership (chown) and permissions (chmod)

Subject: Re: Php handlers like suphp as related to .tar.gz file ownership (chown) and permissions (chmod)
by Will on 2008/2/9 12:25:45

ok, so you have your owner/group fixed. Let's move on to your permission issues.

I don't use winscp for shall commands, I use shell.

Do this in shell.

cd /path/to/dir
chmod -R 755 *
find -type f -print0|xargs -0 chmod 644

problem solved, take you 2 minutes even on 26k.