Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2003 12:04:40 -0700
From:      Matthew Hunt <mph@astro.caltech.edu>
To:        William Ashworth <willybaby12345@yahoo.com>
Cc:        questions@freebsd.org
Subject:   Re: How to turn on telnet on server.
Message-ID:  <20030415190440.GA39471@wopr.caltech.edu>
In-Reply-To: <037201c30381$021b1660$728d3a40@user>
References:  <20030415185431.26272.qmail@web12904.mail.yahoo.com> <037201c30381$021b1660$728d3a40@user>

next in thread | previous in thread | raw e-mail | index | archive | help
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@astro.caltech.edu> * Salvage, like other forms of virtue, is
http://www.pobox.com/~mph/           * its own reward.  -George Reamerstaff



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030415190440.GA39471>