Centos: não pode acessar o próprio arquivo

0

Eu posso criar um diretório e sou o legítimo proprietário dele, mas não consigo acessá-lo:

Quentin@srv ANALYSE$ mkdir test
Quentin@srv ANALYSE$ cd test
-bash: cd : test : permission denied

ls -al result:

Quentin@srv ANALYSE$ ls -al
total 29
drwxrwxrwx.  7 root    root     115  5 déc.  11:15 .
drwxrwxrwx. 20 root    root    4096 24 nov.  11:15 ..
drwxrwx---.  2 Quentin Quentin    0  4 déc.  12:24 test

e outra coisa estranha: eu posso chmod-lo, mas só tem efeito sobre a "outra" parte:

[Quentin@SRVGEN01 ANALYSE]$ chmod 777 test
[Quentin@SRVGEN01 ANALYSE]$ ls -al
drwxrwxrwx.  2 Quentin Quentin    0  4 déc.  12:24 test
[Quentin@SRVGEN01 ANALYSE]$ chmod 000 test
[Quentin@SRVGEN01 ANALYSE]$ ls -al
drwxrwx---.  2 Quentin Quentin    0  4 déc.  12:24 test

Estou um pouco perdido aqui, nunca vi tal comportamento, estava pensando em um problema no sistema de arquivos? algum pensamento?

    
por qrp 05.12.2017 / 11:29

0 respostas