반응형
// 디렉토리는 755 변경
find ./ -type d -exec chmod -v 755 {} \;
// 파일은 644 변경
find ./ -type f -exec chmod -v 644 {} \;
반응형
'Linux' 카테고리의 다른 글
XAMPP 로" Apache + PHP + MySQL" 를 쉽게 간단하게 설치 (0) | 2018.08.24 |
---|---|
iptables 범위 차단 (0) | 2018.08.20 |
RHEL/CentOS 7 에서 방화벽(firewalld) 설정하기 (0) | 2018.07.10 |
CentOS minimal 설치후 추가 패키지 설치 (0) | 2018.07.10 |
서버교체 후 CentOS 6 랜카드(NIC) 인식 안될때 (0) | 2018.07.02 |
댓글