Path: utzoo!attcan!uunet!mailrus!iuvax!rutgers!aramis.rutgers.edu!topaz.rutgers.edu!busboys.rutgers.edu!gaynor From: gaynor@busboys.rutgers.edu (Silver) Newsgroups: comp.unix.wizards Subject: Re: How do I unlink directories created with ln -f? Message-ID: Date: 28 Jun 90 19:38:04 GMT References: <26899A74.24533@orion.oac.uci.edu> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 9 > I created ... a hard link to that directory using ln -f. I can not seem to > get rid of either of the directories ... as root using rm, rmdir, or unlink. I did the same thing a couple of years ago, took the same approach, and failed as well. unlink is SUPPOSED to handle this. However, I wound up having to interactively fsck the system. I did not chase down the problem further, so I can't tell you why unlink didn't work. Regards, [Ag] gaynor@topaz.rutgers.edu