• qazOP
    link
    English
    25
    edit-2
    1 month 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