chown -R user-id:www-data /home/user-id/html/gnuboard
디렉토리 755
find /home/user-id/html/gnuboard -type d -exec chmod 755 {} \;
파일 644
find /home/user-id/html/gnuboard -type f -exec chmod 644 {} \;
업로드폴더 775
chmod -R 775 /home/user-id/html/gnuboard
잊지말자! 조심하자!

몰라맨
26-03-24 10:58
0개
88회
GNUBOARD FILE DIR Permission 그누보드 파일권한
댓글목록
등록된 댓글이 없습니다.