Difference between revisions of "Perintah Linux E"
Jump to navigation
Jump to search
Gibransyah (talk | contribs) |
Gibransyah (talk | contribs) (→echo) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 31: | Line 31: | ||
=e2label= | =e2label= | ||
=echo= | =echo= | ||
+ | ''Tampilkan sebuah baris teks pada layar'' | ||
+ | * Cetak ''Indonesia Rules The World !'' | ||
+ | echo "Indonesia Rules The World !" | ||
+ | * Cetak ''Indonesia Rules The World !'' dan simpan ke file <code>quote_of_the_day.txt</code> | ||
+ | echo "Indonesia Rules The World !" > quote_of_the_day.txt | ||
+ | |||
=edquota= | =edquota= | ||
=egrep= | =egrep= | ||
Line 55: | Line 61: | ||
''Menampilkan data statistik kartu jaringan'' | ''Menampilkan data statistik kartu jaringan'' | ||
$ ethtool eth0<br> | $ ethtool eth0<br> | ||
− | ''Contoh output:' | + | ''Contoh output:' |
Settings for eth0: | 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= |
Latest revision as of 15:35, 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
Tampilkan sebuah baris teks pada layar
- Cetak Indonesia Rules The World !
echo "Indonesia Rules The World !"
- Cetak Indonesia Rules The World ! dan simpan ke file
quote_of_the_day.txt
echo "Indonesia Rules The World !" > quote_of_the_day.txt
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