[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <48D07C2F.2040500@alcatel-lucent.com>
Date:	Wed, 17 Sep 2008 11:40:31 +0800
From:	gshan <gshan@...atel-lucent.com>
To:	linux-kernel@...r.kernel.org
Subject: how to change priority of telnet session
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists