- 우분투 nslookup 설치
- apt-get install dnsutils
1 확인[ | ]
Console
Copy
root@zetawiki:~# nslookup server
The program 'nslookup' is currently not installed. You can install it by typing:
apt-get install dnsutils
2 설치[ | ]
Console
Copy
root@zetawiki:~# apt-get install dnsutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
bind9-host libbind9-90 libdns100 libisc95 libisccc90 libisccfg90 liblwres90
Suggested packages:
rblcheck
The following NEW packages will be installed:
bind9-host dnsutils libbind9-90 libdns100 libisc95 libisccc90 libisccfg90
liblwres90
0 upgraded, 8 newly installed, 0 to remove and 145 not upgraded.
Need to get 1,042 kB of archives.
After this operation, 3,507 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Console
Copy
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libisc95 amd64 1:9.9.5.dfsg-3ubuntu0.8 [147 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libdns100 amd64 1:9.9.5.dfsg-3ubuntu0.8 [645 kB]
... (생략)
Setting up bind9-host (1:9.9.5.dfsg-3ubuntu0.8) ...
Setting up dnsutils (1:9.9.5.dfsg-3ubuntu0.8) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
3 확인 2[ | ]
Console
Copy
root@zetawiki:~# nslookup server
Server: 8.8.8.8
Address: 8.8.8.8#53
** server can't find server: NXDOMAIN
4 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- Apt-get (2)
우분투 MySQL 설치 ― Qweqwe750우분투 MySQL 설치 ― Jmnote