Re: Executable files in CVS

Поиск
Список
Период
Сортировка
От Philip Yarra
Тема Re: Executable files in CVS
Дата
Msg-id 200311241150.55249.philip@utiba.com
обсуждение исходный текст
Ответ на Re: Executable files in CVS  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Executable files in CVS
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: initdb mkdir_p() doesn't work