Closed vadimzalunin closed 11 years ago
Is there a way to specify this option similar to '-o allow_other' in fusermount? Right now file permissions look like question marks for other users:
ls -la /tmp ls: cannot access /tmp/qwe: Permission denied total 28 drwxrwxrwt 8 root root 4096 Sep 11 12:17 . dr-xr-xr-x 28 root root 4096 Mar 14 14:49 .. d????????? ? ? ? ? ? qwe
Found it in net.fusejna.util.FuseFilesystemAdapterFull.getOptions()
Is there a way to specify this option similar to '-o allow_other' in fusermount? Right now file permissions look like question marks for other users: