Comment on I'm guilty of not reading the f..ing documentation
shrugs@lemmy.world 2 weeks agoThere is a way with chmod in bash to change files and folders with files getting no execute bit and folder do (rwX instead of rwx). It’s in the man pages but good luck finding it via Google. Stackoverflow just suggests using find over and over again.
That did it for me.