[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] chown
- Subject: Re: [cobalt-users] chown
- From: Fabrice Prémel <fabrice@xxxxxxxxxx>
- Date: Tue Sep 5 12:37:42 2000
>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.