/etc/xinetd.d/ <- 여기 가보시면 telnet,echo, imap등등.. 설정하는 파일들이
있는데염.. 여기서 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
disable = no
}
위에 disable있잖아여.. 거기가 아마 yes라고 되어 있을 겁니다. 그럼 telnet을
안쓸거라는 거지염.. 저기를 보시는 것 처럼 disable=no라고 해놓으시면 될겁니다.
그럼.. 성공하세염.. ^^;;--잊어줘~~ 살아갈 이유를 잃어버린 날..