+++ Farhan Ahmed [linux-india] <02/02/02 22:06 -0500>: > Now I want to run ftpd, telnetd and sshd. I probed around for inetd but found > xinetd instead which starts by default on startup. From what I understand > from the man pages, xinetd is supposed to detect requests for ftp or other > services and then start those services. But do I need to download and install > 'inetd' too? Coz when I ftp to my own system, it gives a 'Connection refused' > error. What should I do?
No, you just have to enable ftp connections in xinetd, that's all. You don't need inetd and xinetd on the same machine. -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #140 -**< Sub : Line numbering your programs (#2) >**- Want a listing of your program with line numbers ? Try: grep -n $ my_prog.c > my_prog.no.c -n is to number a line; and $ for till end ... _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
