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

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
5번째 줄: 5번째 줄:


==실행예시==
==실행예시==
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# ethtool eth0
root@zetawiki:~# ethtool eth0
Settings for eth0:
Settings for eth0:
Link detected: yes
Link detected: yes
</source>
</source>
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# ethtool -i eth0
root@zetawiki:~# ethtool -i eth0
driver: virtio_net
driver: virtio_net

2016년 3월 29일 (화) 12:24 판

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 }}