Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!sdd.hp.com!uakari.primate.wisc.edu!aplcen!trw From: trw@aplcen.apl.jhu.edu (Weil timothy) Newsgroups: comp.unix.questions Subject: 'ghost' entries in directory Summary: When is a directory entry not available Keywords: 'ghost entry', directory Message-ID: <5608@aplcen.apl.jhu.edu> Date: 2 Jun 90 22:59:51 GMT Distribution: comp.unix.questions Organization: Johns Hopkins University, Laurel, MD Lines: 19 This is probably a common UNIX question the answer to which I've never seen - A bundled file is sent to a user with instructions to 'sh ' which in the process makes directories and unpacks files... However, the 'mkdir ' fails (dont know why) & I'm left with unbundled files in my current directory... Problem -> the 'mkdir ' command did create a directory entry in '.' (current directory) BUT this new directory cannot be entered (via cd ) or recognized for deletion (rmdir yields the error, 'directory does not exist'. What next? The entry exists via 'ls -l' & I've tried changing owner, access rights, etc. Thanks in advance for any suggestions here...