ice_ice_ice has asked for the wisdom of the Perl Monks concerning the following question:
I need your help. I run a simple script - rotating log files from packet sniffer. For the rotating I use the Logfile::Rotate package. Unfortunately I have a big problem with this script. When root created new file by rotate function (root account is require to run packet sniffer), he set up user and group ownership to 200. I checked and I don't have any user with mentioned ID.
I made another simple test: just create simple script to check if everything is ok with rotating function. The result - new file with root as a user and group owner.Monks have you ever seen something like this ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Wrong ownership of the file
by MidLifeXis (Monsignor) on Jan 04, 2012 at 19:31 UTC | |
by ice_ice_ice (Initiate) on Jan 04, 2012 at 20:05 UTC |