[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Owner of logfiles
- Subject: Re: [cobalt-users] Owner of logfiles
- From: muisnetw@xxxxxxxxx
- Date: Wed Jan 15 06:28:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, Jan 15, 2003 at 07:37:23AM -0600, Mike's List wrote:
> chown username logfilename --to change ownership of a file via command
> line...do "man chown" for more info.
I guess the solution is in there. But, what concerns me is that in the
webalizer script, there's a different chown command for sites with and
without frontpage support:
if (!-d $webpath . "/_vti_bin") {
$messages .= cho "Frontpage NOT ENABLED on $webpath";
$messages .= hown -R httpd:$name $thepath;
} else {
$messages .= cho "Frontpage ENABLED on $webpath";
$messages .= hown -R nobody:$name $thepath;
}
That's why I'm confused.
--
Maurice de Laat