yum install net-tools

1 개요[ | ]

yum install net-tools
Console
Copy
[root@localhost ~]# netstat
bash: netstat: command not found
Console
Copy
[root@localhost ~]# yum install net-tools
... (생략)
Dependencies Resolved

===========================================================================================================================
 Package                    Arch                    Version                                    Repository             Size
===========================================================================================================================
Installing:
 net-tools                  x86_64                  2.0-0.25.20131004git.el7                   base                  306 k

Transaction Summary
===========================================================================================================================
Install  1 Package

Total download size: 306 k
Installed size: 917 k
Is this ok [y/d/N]: y
Console
Copy
Downloading packages:
net-tools-2.0-0.25.20131004git.el7.x86_64.rpm                                                       | 306 kB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : net-tools-2.0-0.25.20131004git.el7.x86_64                                                               1/1 
  Verifying  : net-tools-2.0-0.25.20131004git.el7.x86_64                                                               1/1 

Installed:
  net-tools.x86_64 0:2.0-0.25.20131004git.el7                                                                              

Complete!
Console
Copy
[root@localhost ~]# netstat -V
net-tools 2.10-alpha
Fred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others
+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX
AF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH
HW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64

2 같이 보기[ | ]