Re: Linux folders permission - postgresql

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Linux folders permission - postgresql
Дата
Msg-id Pine.LNX.4.33.0212180855081.2950-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Linux folders permission - postgresql  (javier garcia <andresjavier.garcia@wanadoo.es>)
Список pgsql-general
On Wed, 18 Dec 2002, javier garcia wrote:

> Hi;
> I've got my data base in /var/lib/pgsql/data.
> And in the booting of Linux appears a message:
> su: atención. No se puede cambiar a /var/lib/pgsql, permiso denegado
>
> (su: attention. We can't change to /var/lib/pgsql, denied permission)
>
> The server belongs to a user named 'Javier'. And the permissión of
> /var/lib/pgsql are:
>
> drwxrwx---    5 javier   postgres     1024 dic 10 18:38 pgsql/
>
> (javier and everybody in the group postgres have full access; and my root
> belongs also to postgres group)
>
> Please; can any of you tell me if these permissión are good option and why
> I've got that message?

the ONLY user that should have ANY access to the pgsql directory is the
one who is running postgresql.  So, the permissions should be:

drwx------    5 javier   javier     1024 dic 10 18:38 pgsql/

and all directories and files under that as well should have, at MOST 700
permissions set on them.


В списке pgsql-general по дате отправления:

Предыдущее
От: David Siebert
Дата:
Сообщение: To many connections Error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ORDER BY random() LIMIT 1 slowness