'linux'에 해당하는 글 2건

리눅스 메모리 회수 명령어

echo 3 > /proc/sys/vm/drop_caches

'linux' 카테고리의 다른 글

AWS EC2 FTP 쓰기 권한  (0) 2016.10.25

WRITTEN BY
carbo

,

AWS EC2 FTP 쓰기 권한

linux 2016. 10. 25. 11:22

파일질라를 사용해서 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
carbo

,