while : do erg=`ls -l /home/spzialverzeichnis | grep rwxr-xr-x` if [ -n "$erg" ] then date echo Alarm fi sleep 5 done