디렉토리 한번에 변경 시 : chmod 755 $(find /path/to/base/dir -type d)
파일 한번에 변경 시 : chmod 644 $(find /path/to/base/dir -type f)
대상항목이 너무 많을 경우 오류가 나기 때문에 적당한 선에서 사용해야 함
디렉토리 한번에 변경 시 : chmod 755 $(find /path/to/base/dir -type d)
파일 한번에 변경 시 : chmod 644 $(find /path/to/base/dir -type f)
대상항목이 너무 많을 경우 오류가 나기 때문에 적당한 선에서 사용해야 함