# for directories:
find ./ -type d -print0 | xargs -0 chmod 0755
# for files:
find ./ -type f -print0 | xargs -0 chmod 0644
'시스템, 서버 > Tip & Tech' 카테고리의 다른 글
windows virtualbox의 ubuntu 에서 windows 폴더 공유 (0) | 2018.04.07 |
---|---|
git 으로 이미 올린 파일 gitignore 추가후 삭제하기 (0) | 2018.03.26 |
ubuntu locale / timezone 변경 (0) | 2016.12.21 |
bootstrap modal show/hide (0) | 2016.12.19 |
리눅스의 실행 예약 "at" (0) | 2016.12.15 |