Re: `rmdir .` doesn't work in 2.4

From: Matthias Andree (matthias.andree@stud.uni-dortmund.de)
Date: Wed Jan 10 2001 - 17:25:04 EST


On Mon, 08 Jan 2001, Andrea Arcangeli wrote:

> On Mon, Jan 08, 2001 at 09:56:18PM +0100, Andries.Brouwer@cwi.nl wrote:
> Hardlinks have nothing to do with `rmdir .`. See rmdir . as the equivalent
> pointed out by Alexander: "rmdir `pwd`". `pwd` returns the same thing

You can't delete immutable directories such as . and .. Plus, don't ever
dare to think of interpreting rmdir arguments. Just do what is written.
rmdir . makes no sense. If someone wants rmdir `pwd` he's free to write
just that. Of course, it's ugly because getcwd and the like are kludges,
but you should only delete things you know anyhow.

-- 
Matthias Andree
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jan 15 2001 - 21:00:28 EST