hpux/command

hpux ifconfig all

chozo99 2009. 5. 12. 11:31
linux ifconfig 와 비슷하게
랜카드중 UP 되어 있는 카드의 정보 출력

lanscan | awk '{ if( $4 == "UP" )  { system("ifconfig " $5); }     }'

or

netstat -ni