Looks like I don't understand the journaling facilities of ext3fs.

I use a Linux server system with a lot of other users having sudo rights. The problem is that often config files are getting changed and system corrupts. And nobody is going to say it is him who was changing the config files.

I guess journaling file system does save the information on user pid who have changed the file and the change time? If it is true, how can I see the log?

link|improve this question
feedback

1 Answer

Incorrect. The journal merely records the changes to the inodes and superblocks, not who performs them. Look into the auditing subsystem instead.

link|improve this answer
does Linux kernel have any auditing subsystem inside or do you mean any third-party software? – Ruslan Khusnullin Feb 16 at 10:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.