% find . -executable -type f -exec rm {} \;

間違っても,

# find / -executable -type f -exec rm {} \;

なんてしないように.