* Telnet servers ...
@ 2003-01-07 19:09 Jamie Risk
2003-01-07 20:19 ` Ken Moffat
0 siblings, 1 reply; 2+ messages in thread
From: Jamie Risk @ 2003-01-07 19:09 UTC (permalink / raw)
To: linux-newbie
I downloaded, compiled and am now using (via xinetd) the telnet daemon
from GNU's Inetutils. In RH distributions, I noticed the daemon takes on
the name "/sbin/in.telnetd" (or something very similar) whereas the
inetutils
telnet daemon takes on the name "/usr/libexec/telnetd".
Two questions:
* Is there a difference between the two daemons?
and, a little more GNU install specific...
* What does the /usr/libexec directory typically hold?
I thought after accepting the default "./configure" outputs and running
"make && make install", the daemons would be placed in /sbin or
/usr/sbin.
- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Telnet servers ...
2003-01-07 19:09 Telnet servers Jamie Risk
@ 2003-01-07 20:19 ` Ken Moffat
0 siblings, 0 replies; 2+ messages in thread
From: Ken Moffat @ 2003-01-07 20:19 UTC (permalink / raw)
To: Jamie Risk; +Cc: linux-newbie
On Tue, 7 Jan 2003, Jamie Risk wrote:
> I downloaded, compiled and am now using (via xinetd) the telnet daemon
> from GNU's Inetutils. In RH distributions, I noticed the daemon takes on
> the name "/sbin/in.telnetd" (or something very similar) whereas the
> inetutils
> telnet daemon takes on the name "/usr/libexec/telnetd".
>
Anything daemon name starting `in.' suggests it is being called from
tcp_wrappers, which *might* be providing a bit less insecurity.
> Two questions:
> * Is there a difference between the two daemons?
Pass, I wouldn't dare run telnetd so I don't know ;-)
> and, a little more GNU install specific...
> * What does the /usr/libexec directory typically hold?
> I thought after accepting the default "./configure" outputs and running
> "make && make install", the daemons would be placed in /sbin or
> /usr/sbin.
>
From memory, libexec is intended for binaries that should not be
executed directly (e.g. you are running it from xinetd).
> - Jamie
>
>
>
> -
Do you *really* need the telnet daemon ?
Ken
--
Out of the darkness a voice spake unto me, saying "smile, things could be
worse". So I smiled, and lo, things became worse.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-07 20:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-07 19:09 Telnet servers Jamie Risk
2003-01-07 20:19 ` Ken Moffat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox