The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SCO
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-21-2008
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,718
I do not have access to man pages for old openserver versions. The the a recent telnetd man page says:
Quote:
Telnetd is normally invoked by the internet server (see inetd(8)) for requests to connect to the TELNET port as indicated by the /etc/services file (see services(5)).
This is a fairly standard way of doing things. This means that inetd selects the port, does the listen, and accepts the connection before telnetd ever runs. So you need to edit inetd.conf
Reply With Quote