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

Re: [cobalt-users] (no subject)



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