Date: Thu, 24 Oct 1996 14:12:25 +0200 (IST) From: Eli Zaretskii To: Marc Singer Cc: DJGPP List Alias Subject: Re: Permissions for FIND? In-Reply-To: <199610231855.LAA10320@netcom4.netcom.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 23 Oct 1996, Marc Singer wrote: > OK. I use the command > > find -perm a=r -print > > for a path that contains a R/O file. It is not found. Neither does > the 0222 perm setting work. I downloaded find for v2.01 Just tried this: find c:/ -perm a=r -print and saw c:/io.sys, c:/msdos.sys and the windows swap file (that's under Windows 3.11). I don't know why doesn't it work for you. Maybe you should tell more about the files you are trying to find and your system setup for DJGPP? > 10-19-96 122880 bytes find.exe That's the one I tried just now.