dropbox

Hello
I have the last version of Omeka under ubuntu.
I change the permission for directory files/
In the read said that my directory files will be
writable..
I put 775 to my directory files/ and not run with these permission..
But if I put 777 it is ok?

my question is what is the number of permission for files directory? 775 or 777

thanks
gus

777 is insecure, as it would let anyone write to the directory. 775 should be fine, as long as the server is also a member of the group assigned to the directory

Dear Patrick
thanks for your help.
I see the permission and I have all ok

/var/
drwxrwxr-x 8 root webdev 4096 Nov 9 08:39 www

/var/www

root@yaguarete:/var/www# ls -l
total 84
drwxrwxr-x 3 root webdev 4096 Oct 10 11:05 admin
drwxrwxr-x 13 root webdev 4096 Oct 10 11:05 application
-rw-rw-r-- 1 root webdev 5553 Oct 10 11:05 bootstrap.php
-rw-rw-r-- 1 root webdev 531 Oct 19 19:57 db.ini
drwxrwxrwx 8 root webdev 4096 Nov 13 17:20 files
-rw-rw-r-- 1 root webdev 588 Oct 10 11:05 index.php
drwxrwxr-x 6 root webdev 4096 Oct 10 11:05 install
-rw-rw-r-- 1 root webdev 35147 Oct 10 11:05 license.txt
drwxrwxr-x 25 root webdev 4096 Nov 20 22:02 plugins
-rw-rw-r-- 1 root webdev 1229 Oct 10 11:05 README.md
-rw-rw-r-- 1 root webdev 32 Oct 10 11:05 robots.txt
drwxrwxr-x 5 root webdev 4096 Oct 10 11:05 themes

---------------

/var/www/plugins
drwxr-xr-x 8 root webdev 4096 Oct 9 12:48 Dropbox

/var/www/plugins/Dropbox

drwxr-xr-x 2 root webdev 4096 Oct 9 12:48 controllers
-rw-r--r-- 1 root webdev 3229 Oct 9 12:48 DropboxPlugin.php
drwxr-xr-x 2 root webdev 4096 Nov 21 16:44 files
drwxr-xr-x 2 root webdev 4096 Oct 9 12:48 helpers
drwxr-xr-x 2 root webdev 4096 Oct 9 12:48 languages
drwxr-xr-x 3 root webdev 4096 Oct 1 12:00 models
-rw-r--r-- 1 root webdev 384 Oct 9 12:48 plugin.ini
drwxr-xr-x 3 root webdev 4096 Oct 1 12:00 views

/var/www/plugins/Dropbox/files

root@yaguarete:/var/www/plugins/Dropbox/files# ls -l
total 232
-rwxr-xr-x 1 root webdev 232023 Nov 21 16:44 estferroac.png

and I can't see the file estferroac.png in omeka?

Could you help me?
thanks
gus