[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] (no subject)
- Subject: Re: [cobalt-users] (no subject)
- From: Kris Dahl <kris@xxxxxxxxxxxxx>
- Date: Mon Jan 31 13:13:18 2000
on 1/31/00 11:23 AM, Creative Multimedia at info@xxxxxxxxxxxxxxxxxxxxxx
wrote:
> Hi
>
> I have a file ".htaccess" currently owned by user slayne. I need to change it
> to user "httpd". Please tell me how I can change that.
>
> David
>
as root or the owner of the file run the command:
chown httpd.httpd .htaccess
-k