우분투에서 VSFTPD 설치하기
우분투에서 VSFTPD 설치하기 Installation $ apt install -y vsftpd $ echo ''> /etc/vsftpd.user_list $ echo ''> /etc/vsftpd.chroot_list Configure If you want to upload files then write_enable=YES $ vim /etc/vsftpd.conf # …
우분투에서 VSFTPD 설치하기 Installation $ apt install -y vsftpd $ echo ''> /etc/vsftpd.user_list $ echo ''> /etc/vsftpd.chroot_list Configure If you want to upload files then write_enable=YES $ vim /etc/vsftpd.conf # …
아마존 라이트세일 워드프레스에서 ftp 정보 입력 창이 나오는 경우 워드프레스 설치 디렉토리의 소유자 변경 chown -R www-data:www-data /home/ubuntu/wordpress www-data 보조 그룹에 ubuntu 사용자를 추가 usermod -a -G www-data ubuntu 실행 …