Rebonjour,
Voici les informations demandées
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/telnetd
server_args = -a none
log_on_failure += USERID
}
Ci dessus le fichier telnet dans /etc/xinetd.d
[root@LegCub ~]# chkconfig --list |egrep "telnet|xinet"
xinetd 0:arrêt 1:arrêt 2:arrêt 3:marche 4:marche 5:marche 6:arrêt
services basés sur xinetd :
sshd-xinetd: marche
telnet: marche
[root@LegCub ~]#
Ci dessus chkconfig --list |egrep "telnet|xinet"
Merci d'avance


