minus-squareConsti@lemmy.worldtoLinux@lemmy.ml•[Help] Bulk chmod when migrating from NTFSlinkfedilinkarrow-up9·1 day agoIf you need finer control than recursive chmod (see other replies), you can also use find to match precisely which files/folders you want and use the -exec parameter to run chmod on those linkfedilink
If you need finer control than recursive
chmod
(see other replies), you can also usefind
to match precisely which files/folders you want and use the-exec
parameter to runchmod
on those