qaz@lemmy.world to Open Source@lemmy.mlEnglish · 17 days agohome-watcher: Find out which programs are creating those random files in your home directorygithub.comexternal-linkmessage-square7fedilinkarrow-up199arrow-down11cross-posted to: opensource@programming.devrust@programming.dev
arrow-up198arrow-down1external-linkhome-watcher: Find out which programs are creating those random files in your home directorygithub.comqaz@lemmy.world to Open Source@lemmy.mlEnglish · 17 days agomessage-square7fedilinkcross-posted to: opensource@programming.devrust@programming.dev
minus-squareqaz@lemmy.worldOPlinkfedilinkEnglisharrow-up17·edit-217 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