musenet / nekodrive

Automatically exported from code.google.com/p/nekodrive
0 stars 0 forks source link

It would be nice to have file "Read & Execute" option for new directory permissions #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment, we have the choice between:
- Read Only
- Read & Write
- Read, Write & Execute

It would be nice to have a "Read & Execute" option as well. Especially because 
this is usually the default behavior for creating folders with mkdir (umask -S 
= u=rwx,g=rx,o=rx).

Thanks for this software, and keep up the good work!
Regards.

Original issue reported on code.google.com by alexandr...@gmail.com on 29 Mar 2013 at 9:47

GoogleCodeExporter commented 9 years ago
I totally agree .. I am looking a while now for something to make this work 
(umask type of thing on the server side etc.), without giving write permission 
to every folder on default!

Btw, great tool otherwise, thx for your work!

Original comment by levi...@gmail.com on 10 Sep 2014 at 8:52