500 OOPS: vsftpd: cannot locate user specified in 'ftp_username':ftp 오류
작성자이누기작성시간09.08.25조회수4,431 목록 댓글 0500 OOPS: vsftpd: cannot locate user specified in 'ftp_username':ftp
/etc/vsftpd/vsftpd.conf 파일에
ftp_username=nobody 를 추가하면 잘 된단다.. 원인은 ftp계정과 관련한 설정의 변경 때문인 듯하다.
이로 인해 anonymous FTP 사용하는 이름을 제대로 지정하면 된다.
man vsftpd.conf 해보면
ftp_username
This is the name of the user we use for handling anonymous FTP.
The home directory of this user is the root of the anonymous FTP area.
Default: ftp
/etc/passwd 를 보면
ftp:x:14:50:FTP User:/var/ftp:/sbin/nologin
nobody:x:99:99:Nobody:/:/sbin/nologin
참고: http://www.unix.com/ubuntu/71798-500-oops-vsftpd-cannot-locate-user-specified-ftp_username-ftp.html
다음검색