Wie man rekursiv das ausführbare (x)-Bit von Dateien entfernt
Dieses einfache Shell-Skript entfernt das ausführbare Bit (chmod -x) rekursiv von Dateien (aber nicht von Verzeichnissen):
remove_exec_bit.sh
find . -type f -exec chmod -x {} \;Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow