inotifywait -m -r -e create,delete "./public/photos/Fabio/" | while read path action file; do echo "Evento: $action su $file" done