[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: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Sep 26 02:51:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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
>
> Unfortunately it gives me the error "Operation not permitted"
>
> Anyone have any ideas?
>
Did you su to root, before executing the command?
Gerald