On 13/04/2019 03.57, L A Walsh wrote:
On 4/12/2019 1:02 PM, Carlos E. R. wrote:
In a nutshell:
cer-g@Isengard:/data/My_Book/Fusion/Videos> l Conviction/ ls: cannot open directory 'Conviction/': Permission denied cer-g@Isengard:/data/My_Book/Fusion/Videos> l | grep Conviction/ drwxrwxr-T+ 3 cer cer 33 Jun 21 2017 Conviction/
So for user 'cer' and group 'cer' have access: 'rwx', but other has access 'r-- on a directory. That means noone should be able to look for objects in the directory,
noone except cer and members of the group cer, and cer-g is a member of that group, yet has not access.
but dos allow reading the directory -- never quite sure about exactly what that would give in permissions, but I'd turn on the 'x' bit along with the 'r' bit on a directory, like:
chmod o+rx Conviction
Is that the prob you were looking for?
No, but does not work: cer@Isengard:/data/My_Book/Fusion/Videos> chmod o+rx Conviction cer-g@Isengard:/data/My_Book/Fusion/Videos> l | grep Conviction/ drwxrwxr-x+ 3 cer cer 33 Jun 21 2017 Conviction/ cer-g@Isengard:/data/My_Book/Fusion/Videos> l Conviction/ ls: cannot open directory 'Conviction/': Permission denied cer-g@Isengard:/data/My_Book/Fusion/Videos> Tomorrow I will update that machine and reboot it, and see. This is absurd. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)