On 9/26/07, Gorka Guardiola <[EMAIL PROTECTED]> wrote:
> On 9/26/07, Antonin Vecera <[EMAIL PROTECTED]> wrote:
> > Why 1 bind command adds 2! lines with bind command to my namespace?
> > Why is added "bind /sys/man/4 /sys/man/4" to namespace?
> > Why is one dir mounted to itself?
> >
>
> say you run:
>
> bind -a /bla /tiki
>
> This means "add an entry in the table under /tiki after what already exists".
> If this is the first entry you have for /tiki, after doesn´t make
> sense, you need
> something already there. Hence, another entry binding /tiki in /tiki is added
> before yours.
In my home profile is "bind -a $home/bin/rc /bin" .
Why is not in my namespace line "bind -a /bin /bin" ?
What is different between
bind -a $home/bin/rc /bin
and
bind -a $home/man/4 /sys/man/4 ?
Antonin
Antonin