1 과목 , 응답 0 개
25 과목, 572 개
cd your/www/directory find . -type d | xargs chmod 775 find . -type f | xargs chmod 664 chown -R www-data:www-data .
1 과목 , 응답 1 개