file and folder permitions file and folder permitions
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

file and folder permitions

Started by daniel.duarte, January 11, 2004, 12:37:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

daniel.duarte

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!

Joachim Müller

read the readme that comes with coppermine! The script needs write permission in /include and /albums (including all subfolders), CHMOD accordingly.

GauGau

daniel.duarte

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!