# for directories:

find ./ -type d -print0 | xargs -0 chmod 0755


# for files:

find ./ -type f -print0 | xargs -0 chmod 0644 

블로그 이미지

용병

,