• qazOP
    link
    English
    22
    edit-2
    17 hours ago

    You 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