Hi,

On Wed, May 13, 2009 at 11:01, John R Pierce <pie...@hogranch.com> wrote:
> nope.
>
> [pie...@xxxx test]$ grep pierce /etc/group
> postgres:x:26:pierce
> pierce:x:503:
> [pie...@xxxx test]$ touch x
> [pie...@xxxx  test]$ ls -la
> total 8
> drwxrwxr-x  2 pierce pierce 4096 May 13 07:58 .
> drwxr-xr-x 37 pierce root   4096 May 13 07:57 ..
> -rw-rw-r--  1 pierce pierce    0 May 13 07:58 x
> [pie...@xxxx test]$ chgrp postgres x
> chgrp: changing group of `x': Operation not permitted

It would work if user "pierce" belonged to group "postgres".

But it only works if you are the owner of the file. If you belong to
the group the file belongs to, it does not work.

I would say the best way to handle group ownership in Linux (and Unix)
is to make sure files are originally created with the correct groups
(possibly by using setgid directories).

HTH,
Filipe
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to