How to turn on telnet on server.

Matthew Hunt mph at astro.caltech.edu
Tue Apr 15 12:04:41 PDT 2003


On Tue, Apr 15, 2003 at 11:58:27AM -0700, William Ashworth wrote:

> Simply uncomment the line, then save (:q! in VI Editor)

":q!" quits without saving.  Use ":wq" or "ZZ" to save and quit.

> Then restart inetd by typing "inetd"

If the old inetd is still running, this won't work.  You can tell the
running inetd to re-read inetd.conf with:

kill -1 `cat /var/run/inetd.pid`

-- 
Matthew Hunt <mph at astro.caltech.edu> * Salvage, like other forms of virtue, is
http://www.pobox.com/~mph/           * its own reward.  -George Reamerstaff


More information about the freebsd-questions mailing list