Page 1 of 1

Please help me with CHMOD directories

Posted: Tue May 11, 2010 5:28 pm
by amy4snowsplash
hi, i am not able to chmod 755 using ftp. It says command not understood.

it is a community website and at first i set the root to only readable and clicked inherit to all directories. then my users are not able to upload images.

Please can someone tell me which of the following directories have to be set to read only so that i can change permissions manually.

administrator
cache
components
images
includes
languages
libraries
logs
media
modules
plugins
templates
tmp
tpt
xmlrpc

please help me with what directories should be writable. i am in real trouble. many thanks!

Re: Please help me with CHMOD directories

Posted: Tue May 11, 2010 5:42 pm
by mandville
all folders should be 755, all files should be 644
what extensions are you using to let them upload?

Re: Please help me with CHMOD directories

Posted: Tue May 11, 2010 5:48 pm
by htdev
755 doesn't always work. Even with the core Media Manager. I've seen where some use 757 for the images folder.

Re: Please help me with CHMOD directories

Posted: Tue May 11, 2010 5:56 pm
by PhilD
You can Run the forum post assistant and security tool Instructions available here Post the results here so we can have a look at it. This should be able to give us an idea if your site can run 644/755 without issue. You should never make "other" have permissions of read, write, execute. to do so will invite site exploits in short order.

Suggested reading:
http://docs.joomla.org/How_do_UNIX_file ... ns_work%3F
http://docs.joomla.org/What_are_the_rec ... issions%3F
http://docs.joomla.org/Where_can_you_le ... issions%3F
http://docs.joomla.org/How_do_you_recur ... issions%3F

Re: Please help me with CHMOD directories

Posted: Tue May 11, 2010 6:15 pm
by amy4snowsplash
hi, just now I saw the system info directory permissions from the administrator end. I have a doubt with it.

If
administrator/templates/

is writable, then should the other folders in administrator should be readable and not writable?

please help me.

Re: Please help me with CHMOD directories

Posted: Mon May 17, 2010 1:40 pm
by amy4snowsplash
hi, thank you so much everyone.
I successfully chmod-ed to 755 :D
thank you so much for your support!
Amy