몇몇 디렉토리가 ls -al 명령으로 확인시 첨부파일과
같이 색반전이 일어나면서 해당디렉토리를 웹에서 확인
하려 하면 퍼미션이 거부 되는지 링크를 못찾던지 엑박
으로 표시 됩니다.
이 색반전은 왜 일어나는건지 알수 있을까요?
chmod -R 755 find -type f -exec chmod 644 "{}" \;
emerge moneyhttp://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇개 안되요~
https://xenosi.de/
chmod -R 755 find -type f
chmod -R 755
find -type f -exec chmod 644 "{}" \;
emerge money
http://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇개 안되요~
https://xenosi.de/