[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Log ownership
- Subject: Re: [cobalt-users] Log ownership
- From: "hexy" <hexy@xxxxxxxxxxxxxx>
- Date: Wed Mar 13 21:39:03 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
I'm also thinking about large logfiles taking up user quota and was thinking
of chowning log files to root or admin user...
As opposed to the following, which chowns to user root and group root, would
a better/worse alternative be to chown root:nobody?
-- snip --
#!/bin/sh
# chown-logs-to-root.sh
chown root.root /home/sites/site*/logs/*
-- snap --
are there any implications (quota wise) on which group its set to?
Regards
Dave