qaz@lemmy.world to Open Source@lemmy.mlEnglish · 4 days agohome-watcher: Find out which programs are creating those random files in your home directorygithub.comexternal-linkmessage-square13fedilinkarrow-up1141cross-posted to: rust@programming.dev
arrow-up1141external-linkhome-watcher: Find out which programs are creating those random files in your home directorygithub.comqaz@lemmy.world to Open Source@lemmy.mlEnglish · 4 days agomessage-square13fedilinkcross-posted to: rust@programming.dev
minus-squareqaz@lemmy.worldOPlinkfedilinkEnglisharrow-up23·edit-24 days agoYou should be able to set a watch using the Linux Audit system (which home-watcher also uses). Try something like this sudo auditctl -w /.Trash-1000 -p rwxa -k trash_monitor You should then be able to search for events in the logs with sudo ausearch -k trash_monitor
You should be able to set a watch using the Linux Audit system (which
home-watcher
also uses). Try something like thisYou should then be able to search for events in the logs with