Restricting access to a subdirectory on linux
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-05-30T21:58:47Z
Indexed on
2010/05/30
22:02 UTC
Read the original article
Hit count: 179
linux
I'm looking for a way to make a directory accessible only to its parent directories. That is, suppose you have two directories, A
and B
, at the same level in the file hierarchy. Now suppose that you have a directory A'
which is a subdirectory of A
. I'd like to enforce that A
is able to access the contents of A'
but B
is not.
© Stack Overflow or respective owner