[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Need to change username for files
- Subject: RE: [cobalt-users] Need to change username for files
- From: Robert Fitzpatrick <webmaster@xxxxxxxxxxx>
- Date: Wed Sep 26 08:40:13 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>"William Mashione" <will@xxxxxxxxxxxxxx> wrote:
>> A friend of mine suggested to chown a users site to change
>the username
>for
>> all the files in his site by doing the following:
>>
>> chown <username> * -R
>>
Try
chown user.group * -R
--
Robert