Subject: Re: kern/1043: unlink(2) should not let superuser remove directories
To: Peter Seebach <seebs@solon.com>
From: Mark F Willey <willey@ecn.purdue.edu>
List: netbsd-bugs
Date: 05/12/1995 17:14:09
"In a previous message, Peter Seebach wrote:"
> 
> This is not a bug.  It is a feature.
> 
> It is not for us to decide that the superuser is wrong.
> 
> It is periodically very handy for debugging or breaking filesystems, or
> fixing broken ones.  (In particular, it's one possible way to fix a filename
> with a '/' in it.)

I concur.  I had to use this to fix my FS when I made hard-linked
directories.  (Just to prove to my Prof. that it could be done.) :)

Mark