coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: daniel.duarte on January 11, 2004, 12:37:41 PM

Title: file and folder permitions
Post by: daniel.duarte on January 11, 2004, 12:37:41 PM
Hello,

I moved coppermine from an old sever to a new one, but after the ziping of the coppermine folder the new files lost the initial set permitions.

I would like to know what are the file permitions that I should set to all the files and folders of the coppermine directory?

Thanks!
Title: file and folder permitions
Post by: Joachim Müller on January 11, 2004, 02:20:21 PM
read the readme that comes with coppermine! The script needs write permission in /include and /albums (including all subfolders), CHMOD accordingly.

GauGau
Title: possible chmod
Post by: daniel.duarte on January 11, 2004, 04:23:49 PM
Hello,

Thanks for the reply!

I was thinking and wanted to know if the following makes sence:

In the coppermine dir:

chmod 701 .
chmod -R 505 *
chmod a+rw include
chmod a+rw albums

and to all the directories inside albums:
chmod a+rw <album_dir>

I wanted to remove acess to everyone else by the shell, that's why I selected 0 to my group of users.

Thanks again!