minus-squarestuner@lemmy.worldtoLinux@lemmy.ml•[Help] Bulk chmod when migrating from NTFSlinkfedilinkarrow-up8·edit-21 day agoI wanted to write the same thing. E.g., you can run this in bash to set the permissions for all .conf files to 600: find /mnt/the/directory -iname "*.conf" -exec chmod 600 {} \; linkfedilink
I wanted to write the same thing. E.g., you can run this in bash to set the permissions for all .conf files to 600:
find /mnt/the/directory -iname "*.conf" -exec chmod 600 {} \;