|
|
Question : Monitor file Changes per user
|
|
The project I'm working on requires some auditing of the filesystem. I need to know the username of the user who most recently changed a file on an AIX server. So, given a filename, I need to monitor that file for changes, and report who changed it, and when.
Any Ideas?
|
Answer : Monitor file Changes per user
|
|
Hi mhp2007,
That's not part of the base AIX functionality. You'll have to install an auditing package, or manage the file through an RCS / SCCS tree.
Good Luck, Kent
|
|
|
|
|