"리눅스 ethtool"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 18개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
;ethtool
;ethtool
;/sbin/ethtool
* 리눅스 네트워크 드라이버 및 하드웨어 설정 조회 및 변경 명령어


==실행 예시 (VM)==
==실행예시==
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# ethtool -i eth0
root@zetawiki:~# ethtool eth0
driver: netfront
Settings for eth0:
version:  
Link detected: yes
</source>
<source lang='console'>
root@zetawiki:~# ethtool -i eth0
driver: virtio_net
version: 1.0.0
firmware-version:  
firmware-version:  
bus-info: vif-0
bus-info: 0000:00:03.0
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
</source>
</source>


==같이 보기==
==같이 보기==
*[[리눅스 이더넷 드라이버 확인]]
*[[리눅스 랜선 연결 확인]]
*[[VM인지 확인]]
*[[VM인지 확인]]
*[[ip a]]
*[[리눅스 mii-tool]]
*[[리눅스 ifconfig]]
*[[리눅스 lspci]]
*[[리눅스 ip]]
*[[이더넷]]


[[분류: 리눅스 네트워크]]
[[분류: 리눅스 네트워크]]
[[분류: /sbin]]
[[분류: /sbin]]
[[분류: ethtool]]
[[분류: ethtool]]

2016년 6월 18일 (토) 15:50 기준 최신판

1 개요[ | ]

ethtool
/sbin/ethtool
  • 리눅스 네트워크 드라이버 및 하드웨어 설정 조회 및 변경 명령어

2 실행예시[ | ]

root@zetawiki:~# ethtool eth0
Settings for eth0:
	Link detected: yes
root@zetawiki:~# ethtool -i eth0
driver: virtio_net
version: 1.0.0
firmware-version: 
bus-info: 0000:00:03.0
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}