리눅스 NIC 개수 확인하기

Jmnote (토론 | 기여)님의 2012년 1월 8일 (일) 11:25 판 (NIC 개수 확인하기 문서를 리눅스 NIC 개수 확인하기(으)로 옮김)
  • 리눅스에서 랜카드 개수 확인하기
  • 랜카드 맥주소 확인하기
[root@myhost ~]# ifconfig | grep HWaddr
eth0      Link encap:Ethernet  HWaddr 00:12:34:56:78:90
eth1      Link encap:Ethernet  HWaddr 01:23:45:67:89:0A
eth2      Link encap:Ethernet  HWaddr 12:34:56:78:90:AB
[root@myhost ~]# ifconfig | grep HWaddr | wc -l
3
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}