Subject: Re: rmdir(".")
To: None <tech-kern@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: tech-kern
Date: 09/09/2005 11:20:39
On Fri, 09 Sep 2005, Roland Illig wrote:
> http://www.opengroup.org/onlinepubs/009695399/functions/rmdir.html says 
> removing the current working directory is allowed.

"rmdir $(pwd)" works.  "rmdir ." is not allowed.

--apb (Alan Barrett)