set permissions for all files and folders recursively

前端 未结 5 1195
执笔经年
执笔经年 2021-01-31 04:59

I want to recursively set the folder and file permissions. Folders should get 750 and files 644. I found this and made some adaptions. Would this one work?



        
5条回答
  •  滥情空心
    2021-01-31 05:10

    Here improved version of the recursive chmod that skips files with the same permissions.

提交回复
热议问题