find fails

LOGIN LOGIN at sobeco.UUCP
Sat Aug 6 19:58:38 AEST 1988


>From article <1235 at unisoft.UUCP>, by asa at unisoft.UUCP (Asa Romberger):
> In article <3920006 at hpirs.HP.COM> banton at hpirs.HP.COM (Butch Anton) writes:
>>rich at jolnet.UUCP (Rich Andrews) writes:
>>
>>> When I am in /usr/lib and execute a find command such as
>>> "find . -print" it gets to /usr/lib/uucp and then it fails
>>> with a stat() failed  /usr/lib/uucp/cd_text.
> 
> I have seen this sort of behaviour also. For me it has always been one simple
> thing. It turns out the find does not keep track of full path names of
> directories that it is searching. It changes down into a new directory and
> then expects to be able to change back to the higher directory by doing a
> 	cd ..

Checking source, I find that this is true.

> [...various causes deleted]

It will also cause problems on NCR TOWER systems using 'rmount'ed
directories.  Please note that the tower 'rmount' is basically a
directory->directory symbolic link;  no network stuff is involved.

The general rule is:

	if cd .. won't get you back to EXACTLY where you came from,
	you have problems with find.



More information about the Comp.bugs.sys5 mailing list