# IT #/Linux

# 도메인 IP 알아내는 방법 / linux whois #

국철 2018. 2. 8. 14:49
반응형


[root@woo ~]# rpm -qa|grep whois

jwhois-4.0-19.el6.x86_64


설치가 되어 있는지 확인 후  (저는 설치되어 있습니다.)






먼저 whois 를 설치해 주셔야 합니다.

[root@localhost ~]# yum install jwhois

Loaded plugins: fastestmirror, refresh-packagekit, security

Setting up Install Process

Loading mirror speeds from cached hostfile

 * base: ftp.daumkakao.com

 * extras: ftp.daumkakao.com

 * updates: ftp.daumkakao.com

Resolving Dependencies

--> Running transaction check

---> Package jwhois.x86_64 0:4.0-19.el6 will be installed

--> Finished Dependency Resolution


Dependencies Resolved


=====================================================================================================================================

 Package                        Arch                           Version                            Repository                    Size

=====================================================================================================================================

Installing:

 jwhois                         x86_64                         4.0-19.el6                         base                         104 k


Transaction Summary

=====================================================================================================================================

Install       1 Package(s)


Total download size: 104 k

Installed size: 294 k

Is this ok [y/N]: 




y 를 누르고 진행하시면 됩니다.


Installed:

  jwhois.x86_64 0:4.0-19.el6                                                                                                         


Complete!





반응형