본문 바로가기

Linux/Linux 기초

(스크랩) chmod 하위 폴더까지 권한 주기


[root@~/]# chmod 755 -R /폴더명

* 주의: 꼭 대문자 R을 써야한다!!

 



https://sunwalk.tistory.com/m/13

 

chmod로 하위폴더까지 권한주기

[root@~/]# chmod 755 -R /폴더명

sunwalk.tistory.com