Re: Executable files in CVS - Mailing list pgsql-hackers

From Philip Yarra
Subject Re: Executable files in CVS
Date
Msg-id 200311241150.55249.philip@utiba.com
Whole thread Raw
In response to Re: Executable files in CVS  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Mon, 24 Nov 2003 11:41 am, Bruce Momjian wrote:
> > find pgsql-server/ -type f -perm +0333 -ls
>
> That command doesn't seem to work for me. I see:

I think that should be -perm +0111:

from man find:
-perm +mode             Any of the permission bits mode are set for the file.

This would find all executable files (by u,g,o). +0333 would also find
writable files (as in your example)

Regards, Philip.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Executable files in CVS
Next
From: Andrew Dunstan
Date:
Subject: Re: initdb mkdir_p() doesn't work