Difference between revisions of "Perintah Linux E"
Jump to navigation
Jump to search
Gibransyah (talk | contribs) |
Gibransyah (talk | contribs) |
||
Line 54: | Line 54: | ||
=ethtool= | =ethtool= | ||
''Menampilkan data statistik kartu jaringan'' | ''Menampilkan data statistik kartu jaringan'' | ||
− | ethtool eth0 | + | $ ethtool eth0<br> |
+ | ''Contoh output:''<br> | ||
+ | Settings for eth0: | ||
+ | Supported ports: [ TP ] | ||
+ | Supported link modes: 10baseT/Half 10baseT/Full | ||
+ | 100baseT/Half 100baseT/Full | ||
+ | 1000baseT/Full | ||
+ | Supports auto-negotiation: Yes | ||
+ | Advertised link modes: Not reported | ||
+ | Advertised pause frame use: No | ||
+ | Advertised auto-negotiation: Yes | ||
+ | Speed: 100Mb/s | ||
+ | Duplex: Full | ||
+ | Port: Twisted Pair | ||
+ | PHYAD: 0 | ||
+ | Transceiver: internal | ||
+ | Auto-negotiation: on | ||
+ | MDI-X: Unknown | ||
+ | Supports Wake-on: pg | ||
+ | Wake-on: d | ||
+ | Current message level: 0x0000003f (63) | ||
+ | Link detected: yes | ||
=ex= | =ex= | ||
=expand= | =expand= | ||
=expr= | =expr= |
Revision as of 15:31, 22 May 2012
Indeks - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z
e2fsck
e2image
e2label
echo
edquota
egrep
eject
Membuka perangkat cakram keras
sudo eject
elvtune
emacs
enable
env
envsubst
esd
esd-config
esdcat
esdctl
esddsp
esdmon
esdplay
esdrec
esdsample
etags
ethtool
Menampilkan data statistik kartu jaringan
$ ethtool eth0
Contoh output:
Settings for eth0:
Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supports auto-negotiation: Yes Advertised link modes: Not reported Advertised pause frame use: No Advertised auto-negotiation: Yes Speed: 100Mb/s Duplex: Full Port: Twisted Pair PHYAD: 0 Transceiver: internal Auto-negotiation: on MDI-X: Unknown Supports Wake-on: pg Wake-on: d Current message level: 0x0000003f (63) Link detected: yes