|
楼主 |
发表于 2003-7-28 13:10:08
|
显示全部楼层
lftp 192.168.32.57:~> ls
ls: Login failed: 500 OOPS: vsftpd: refusing to run with writable anonymous root
/etc/xinetd.d/vsftpd:
service ftp
{
# server_args =
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/vsftpd
}
linux:/etc/xinetd.d # lftp 192.168.32.57
lftp 192.168.32.57:~> ls
`ls' at 0 [Delaying before reconnect: 28]
Interrupt
service ftp
{
# server_args =
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
socket_type = stream
protocol = tcp
wait = no
user = ftp
server = /usr/sbin/vsftpd
}
When I use user ftp to start vsftpd service,I cann't connect!why.
linux:/etc/xinetd.d # useradd ftp
useradd: user ftp exists |
|