Date: Thu, 20 Jun 2002 22:22:38 +0100 From: Ceri Davies <setantae@submonkey.net> To: Stacey Roberts <sroberts@dsl.pipex.com> Cc: FreeBSD-Questions <freebsd-questions@freebsd.org> Subject: Re: pwd longer working after cvsup of ports tree! Message-ID: <20020620212238.GA7169@submonkey.net> In-Reply-To: <1024606275.315.32.camel@Demon.Strobe.org> References: <1024606275.315.32.camel@Demon.Strobe.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 20, 2002 at 09:51:15PM +0100, Stacey Roberts wrote: > Hi, > I just seen that pwd has stopped working just now. I've only just > noticed this whilst trying to sort out getting samba updated as per > today cvsup: > # pwd > pwd: .: No such file or directory > # > > What's *this*!!! Easy enough to do - it just means you rm'd the current working directory: {setantae@rhadamanth}-{~} $ mkdir -p /tmp/wibble {setantae@rhadamanth}-{~} $ cd /tmp/wibble/ {setantae@rhadamanth}-{/tmp/wibble} $ rm -fr /tmp/wibble/ {setantae@rhadamanth}-{/tmp/wibble} $ pwd pwd: .: No such file or directory Ceri -- you can't see when light's so strong you can't see when light is gone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020620212238.GA7169>