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

Re: [cobalt-users] Log ownership



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