(→설치) |
(→확인 2) |
||
33번째 줄: | 33번째 줄: | ||
root@zetawiki:~# telnet | root@zetawiki:~# telnet | ||
telnet> quit | telnet> quit | ||
root@zetawiki:~# | root@zetawiki:~# which telnet | ||
/usr/bin/telnet | |||
</source> | </source> | ||
2017년 11월 21일 (화) 10:56 판
- 우분투 telnet 설치
1 확인
Console
Copy
root@zetawiki:~# telnet
-bash: telnet: command not found
2 설치
Console
Copy
root@zetawiki:~# apt install telnet
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
telnet
0 upgraded, 1 newly installed, 0 to remove and 136 not upgraded.
Need to get 63.5 kB of archives.
After this operation, 182 kB of additional disk space will be used.
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial/main amd64 telnet amd64 0.17-40 [63.5 kB]
Fetched 63.5 kB in 0s (171 kB/s)
Selecting previously unselected package telnet.
(Reading database ... 195359 files and directories currently installed.)
Preparing to unpack .../telnet_0.17-40_amd64.deb ...
Unpacking telnet (0.17-40) ............................................................]
Processing triggers for man-db (2.7.5-1) ...#########..................................]
Setting up telnet (0.17-40) ...
update-alternatives: using /usr/bin/telnet.netkit to provide /usr/bin/telnet (telnet) in auto mode
3 확인 2
Console
Copy
root@zetawiki:~# telnet
telnet> quit
root@zetawiki:~# which telnet
/usr/bin/telnet
4 같이 보기
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.