How to find all files in non readable directory
For example directory /home is locked perm 40700
But I can read all files in this directory like /home/index.php and etc
How to list all files in this directory?
I tryed ls and find function do not want to find thoose files