[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Enabling ftp via xinetd



Hi all,
I am a newbie trying to configure ftp via xinetd in Linux 9.0.
The following is the entry in my "includedir" dir ( /etc/xinetd.d) for the ftp service:
 
 

service ftp

{

socket_type = stream

wait = no

user = root

server = /usr/sbin/in.ftpd

log_on_failure += USERID

disable = no

}

Any help?

Abdul

 
 
 

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]