On 08/10/2010 02:06 PM, Jarry wrote:
> Hi,
> I am facing this problem: I have subdirectory, let's say
> "/some/dir". I would like to create some kind of "dynamic"
> and "preliminary" link, so that any future subdirectories,
> created later in /some will in fact be links, pointing to
> /some/dir.
> 
> So if later any user does:
> cd /some
> mkdir whatever
> 
> There should not be subdirectory /some/whatever, but actually link:
> /some/whatever -> /some/dir
> 
> Is it possible?

Unless you write your own kernel module, the answer is "No."

Reply via email to