bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cd $x; rmdir $x; mkdir $x; ...


From: Mike Frysinger
Subject: Re: cd $x; rmdir $x; mkdir $x; ...
Date: Sat, 12 Sep 2009 03:25:15 -0400
User-agent: KMail/1.12.1 (Linux/2.6.30.5; KDE/4.3.1; x86_64; ; )

On Friday 11 September 2009 14:04:05 jidanni@jidanni.org wrote:
> Yes, this all is probably expected, but I'll post it here anyway, just
> in case.

all correct/expected behavior, and not really specific/bug in any of the 
programs you executed.  once *nix has a descriptor for a path, it doesnt keep 
looking it up.  you removed the path associated with your cwd so you're going 
to get errors until you force a re-lookup.  i.e. `cd .`
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]