Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.sys.hp Subject: Re: .sh_history explodes... Keywords: Curses maybe? Message-ID: <3799@auspex.auspex.com> Date: 31 Jul 90 17:54:56 GMT References: <5@gauss.mmlai.UUCP> Organization: Auspex Systems, Santa Clara Lines: 10 >Interesting. I didn't know that rm'ing a file could leave it behind. Now you know. >Can a file exist without the inode? No. However, the inode can exist without a directory entry pointing to it, which is what's happening here. Pretty standard UNIX behavior....