Gentoo Archives: gentoo-user

From: Bill Longman <bill.longman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How can I create "dynamic" link?
Date: Tue, 10 Aug 2010 22:14:53
Message-Id: 4C61CE09.7030108@gmail.com
In Reply to: [gentoo-user] How can I create "dynamic" link? by Jarry
1 On 08/10/2010 02:06 PM, Jarry wrote:
2 > Hi,
3 > I am facing this problem: I have subdirectory, let's say
4 > "/some/dir". I would like to create some kind of "dynamic"
5 > and "preliminary" link, so that any future subdirectories,
6 > created later in /some will in fact be links, pointing to
7 > /some/dir.
8 >
9 > So if later any user does:
10 > cd /some
11 > mkdir whatever
12 >
13 > There should not be subdirectory /some/whatever, but actually link:
14 > /some/whatever -> /some/dir
15 >
16 > Is it possible?
17
18 Unless you write your own kernel module, the answer is "No."

Replies

Subject Author
Re: [gentoo-user] How can I create "dynamic" link? Alan McKinnon <alan.mckinnon@×××××.com>