I download some files through FileZilla and all of the files in subdirectories have this "???" owner/group permision:
-????????? ? ? ? ? ? file_a.txt
-????????? ? ? ? ? ? file_b.txt
-????????? ? ? ? ? ? file_c.txt
This is when viewed from "user_a" but when viewed as root then are correctly identified at "user_a:user_a". I tried to chown -R <owner>:<group> path/
but permissions still look correct as root and still look like "???" on "user_a".
I tried copying the folder and fixing the permissions but it's still messed up. How can I fix this?
+x
permission on directories. – Zhro Sep 18 '19 at 12:50r
permission, need access(execute)x
too. – ilkkachu Nov 01 '21 at 08:39