파일질라를 사용해서 AWS EC2에 접속하면 파일 접근이 가능한데 내가 작업하려는 폴더는 쓰기 금지가 되어있는 경우가 있다.
vsftpd고 뭐고 필요 없음
To allow user ec2-user
(Amazon AWS) write access to the public web directory (/var/www/html),
enter this command via Putty or Terminal, as the root user sudo
:
chown -R ec2-user /var/www/html
Make sure permissions on that entire folder were correct:
chmod -R 755 /var/www/html
'linux' 카테고리의 다른 글
리눅스 메모리 회수 명령어 (0) | 2016.10.25 |
---|
WRITTEN BY
,