howto monitor a program creating links in /tmp?

Jeff Raber jeff.raber at gmail.com
Fri Apr 23 10:29:06 UTC 2010


> Anybody has an advice howto find out who is creating these links?
> 
> Kind regards
> 

Try using auditd.  Something like:
	sudo auditctl -w /some/file -k test-audit -p rwxa
then later
	sudo ausearch -f /some/file

-Jeff


More information about the test mailing list