Xref: utzoo comp.unix.wizards:20820 comp.unix.questions:20275 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!munnari.oz.au!mtiame!marvin!lm From: lm@marvin.jpl.oz (Luigi Martin) Newsgroups: comp.unix.wizards,comp.unix.questions Subject: Where should the ".." file be ? Message-ID: <428@marvin.jpl.oz> Date: 2 Mar 90 00:25:25 GMT Reply-To: lm@marvin.jpl.oz (Luigi Martin) Organization: Johns Perry Lifts, Melbourne Lines: 20 I had some problems doing backups on a 32000 based machine. In particular, the find command was complaining that stat() failed since there was no such file or directory. However, fsck found no problems and the directories and files involved were ( and still are ) perfectly readable. I found the problem in a subdirectory called /gnx/src/GNX_TOOLS/bin ( find gave errors on anything after this directory ). A hd of the guilty directory showed that the .. entry was not the second file entry. In fact, it was the last entry. Thus .. existed, but find "assumed" that .. would be the second file entry in the directory. I would like to know if the .. file HAS to be the second file entry in a directory; or if the .. file can appear anywhere ( which means there is a bug in the depths of the find command ). I have gone through a pile of unix books, and none of them state where the .. file can, or cannot, appear within a directory. Thanks >>> Luigi Martin <<<