Permisson of application

Hello, I use an application deluge that downloads files. When the application stores the file it gives it the following rights
drwxrwx—+ 2 apps apps 4 Jul 31 10:07

I need this one to give the following rights
drwxrwxrw-+ 2 apps apps 4 Jul 31 10:07
I can’t solve my problem, my files are read by another application I am obliged to do a chmod 777 on them. Thank you for your help

I think your chmod 777 is incorrect if you don’t want execute for everyone. What are the directory permissions?

indeed but this solves my problem temporarily, here is an example:
my application loads a file with the following rights drwxrwx—+ 2 apps apps 4 Jul 31 10:07

my file is readable by my other application

I modify the rights of the folder via the command chmod -R 777.
My file obtains the necessary rights to be read or modified by others

but when I restart after loading thanks to deluge the new loaded file has the following rights again drwxrwx—+

So I need to find a way to make my deluge save files with the correct permissions.

sorry for my english

What are the directory permissions where the files are stored? Does that directory have RW for the ‘others’?

Hello PetitBarky
Here is a capture of the rights on the dataset

as well as the folder permissions
drwxrwxrwx+ 10 apps apps 11 Jul 11 16:34 Folder

I just downloaded an iso here is the result
-rw-rw----+ 1 apps apps 1395881984 Aug 5 09:00 proxmox-ve_8.2-1.iso

I really can’t find the cause