it is not clear why the console RHEL7 shows ???????? instead of access rights
As you can see, the user is the owner, and has access to the folder, but cannot see the permissions normally. also can not "go" in the folder. root sees everything and everything can.
if you give 777 per folder, then the problem disappears
[dm@app524 ~]$ ll total 210004 drw-rw-rw- 4 dm dm 4096 Jul 21 15:12 config [dm@app524 ~]$ ll config/ ls: cannot access config/dm-notification.yml: Permission denied ls: cannot access config/dm-dynamics.yml: Permission denied ls: cannot access config/security: Permission denied ls: cannot access config/dm-admin-api.yml: Permission denied ls: cannot access config/dm-otp.yml: Permission denied ls: cannot access config/dm-db-app.yml: Permission denied ls: cannot access config/attachments: Permission denied total 0 d????????? ? ? ? ? ? attachments -????????? ? ? ? ? ? dm-admin-api.yml -????????? ? ? ? ? ? dm-db-app.yml -????????? ? ? ? ? ? dm-dynamics.yml -????????? ? ? ? ? ? dm-notification.yml -????????? ? ? ? ? ? dm-otp.yml d????????? ? ? ? ? ? security [dm@app524 ~]$ cd config/ -bash: cd: config/: Permission denied [dm@app524 ~]$ sudo -s [root@app524 dm]# ll config/ total 28 drw-rw-rw- 2 dm dm 4096 Jul 21 15:12 attachments -rw-rw-rw- 1 dm dm 139 Jul 21 15:12 dm-admin-api.yml -rw-rw-rw- 1 dm dm 129 Jul 21 15:12 dm-db-app.yml -rw-rw-rw- 1 dm dm 232 Jul 21 15:12 dm-dynamics.yml -rw-rw-rw- 1 dm dm 407 Jul 21 15:12 dm-notification.yml -rw-rw-rw- 1 dm dm 104 Jul 21 15:12 dm-otp.yml drw-rw-rw- 2 dm dm 4096 Jul 21 15:12 security
configdirectory has read permissions, but you do not have the permissions to enter the directory (x), but you can’t get information about them. - Mike