From: gshan <gshan@alcatel-lucent.com>
To: linux-kernel@vger.kernel.org
Subject: how to change priority of telnet session
Date: Wed, 17 Sep 2008 11:40:31 +0800 [thread overview]
Message-ID: <48D07C2F.2040500@alcatel-lucent.com> (raw)
Hi All,
I'm using telnetd which was started by xinetd. The current default
priority of telnetd isn't high enough,
so I want to increase it by conf files. Do you know how to increase
telnet or telnetd's priority through
changing conf files?
root@(none):/etc/xinetd.d# cat telnet
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}
Thanks,
Gavin
next reply other threads:[~2008-09-17 4:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-17 3:40 gshan [this message]
2008-09-17 5:29 ` Valdis.Kletnieks
2008-09-17 5:35 ` gshan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48D07C2F.2040500@alcatel-lucent.com \
--to=gshan@alcatel-lucent.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome