Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User monitoring on Linux

Status
Not open for further replies.

zum

Technical User
Mar 31, 2003
148
US
Hi,

I have created a file server using Fedora 2 and was trying to figure out a good way to monitor the users accessing the server and the files that are being accessed. What is the best way of doing this?

Thanks
 
There isn't a good way, anything you do can be circumvented.

The best thing to do is set up the security on the system properly and not care what your users are doing because you know they can't get into anything they shouldn't.
 
Also since kernel 2.4 you may be interested to note that you can write a trivial real-time file monitoring daemon using fcntl() and syslog() given a listing of directory names
to monitor. man fcntl. Look for F_NOTIFY.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top