Posted on 12. 02. 202412. 02. 2024 by erolChange permissions recursively to 775/664 for directories/filesI somehow always seem to forget how to do this the simple way:chmod -R ug+rw /yourfolderThis will change yourfolder permissions to 775 and all folders inside recursively to 775, but all files in the folder(s) will be set to 664.