도움이 되셨다면 공감(♡) 부탁드립니다. 감사합니다.
◈ telnet 설치 확인
telnet localhost 80
-bash: telnet: command not found
which telnet
/usr/bin/which: no telnet in (/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:.)
◈ yum으로 telnet client 설치
- 설치 패키지 정보 확인
yum info telnet
- telnet 설치 (root 계정으로 설치)
yum install telnet
or
yum install telnet -y
or
sudo yum install telnet (root계정이 아닐 때)
'DEV' 카테고리의 다른 글
Oracle - Error in invoking target 'install' of makefile '/oracle/product/11.2.0/dbhome_1/ctx/lib/ins_ctx.mk'. 에러 (0) | 2014.11.05 |
---|---|
안드로이드 - SDK Manager 실행 안될 때 (0) | 2014.09.18 |
크롬 64bit 출시 및 설치 (0) | 2014.08.29 |
Linux - 시간 설정 및 타임존 변경 (0) | 2014.07.18 |
Oracle - 계정 관리 (0) | 2014.07.07 |