I have one directory that I would like to prevent access for specific user. For example /home/myuser/secret
should not be readable, accessible etc to specific user. He can see that directoty exists, but can't access / read its contents or modify any way.
How can I do that?