LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   log what files users create, delete etc. (https://www.linuxquestions.org/questions/linux-general-1/log-what-files-users-create-delete-etc-95450/)

Goma_2 09-22-2003 06:44 AM

log what files users create, delete etc.
 
Im using suse 8.1.
Is there a way to log what files users create, delete etc? Im specialy interested in monitoring which files they delete.

thanks

/bin/bash 09-22-2003 07:23 AM

grep "rm " /home/<user>/.bash_history

Goma_2 09-24-2003 04:18 AM

thanks, that was helpfull, but lets say we're interested in loging operations to the filesystem, this way we can also detect what samba users or web users modify/delete/create. Is'nt there a way to configure syslog to do that?

unSpawn 09-26-2003 06:12 PM

Google for "libunlink"


All times are GMT -5. The time now is 12:11 AM.