On Mon, 08 Jan 2001, Andrea Arcangeli wrote:

> On Mon, Jan 08, 2001 at 09:56:18PM +0100, [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to