[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] chown



>have tried chown, but that changes the nobody, and not the site 
>number.

chgrp 

or

chown userid:groupid
You can get ids from /etc/passwd and /etc/group.

Hope that helps,

Fabrice Prémel.