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-up1140arrow-down10cross-posted to: rustopensource
arrow-up1140arrow-down1external-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: rustopensource
minus-squareqaz@lemmy.worldOPlinkfedilinkEnglisharrow-up24·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