[CentOS] Permission problem

Tue Jul 7 15:50:01 UTC 2009
Niki Kovacs <contact at kikinovak.net>

Niki Kovacs a écrit :
> 
> # chown jcpascot:agents /home/pub/jcpascot/
> # chown nkovacs:agents /home/pub/nkovacs
> # chmod 0750 /home/pub/*

Small mistake. This last line should go chmod 2750, so every file 
created in that directory will have the same group ('agents').

Niki