[4428] in Athena Bugs
Re: 6.4R: find
daemon@ATHENA.MIT.EDU (Richard Basch)
Tue Mar 6 14:09:38 1990
Date: Tue, 6 Mar 90 14:09:12 -0500
To: bugs@ATHENA.MIT.EDU
From: Richard Basch <probe@MIT.EDU>
Well, I thought of one case of chmod that will fail, finally, but it
certainly was never thought of by the Berkeley people... Consider:
AFS filesystem:
Have a find, with the following:
find <dir> \( -type d -exec fs sa {} ... write \; \) \( \! -type d -exec
chmod ... {} \; \)
Admittedly, this is a possibility that I thought of, but forgot to
include in my last message... (sorry). Nothing in UFS/NFS should be
affected. Nothing in the release depends on the order of a find
operation (or at least not without doing other processing that makes the
find's output irrelevant).
-Richard