Difference between revisions of "Perintah Linux E"
Jump to navigation
Jump to search
Gibransyah (talk | contribs) |
Gibransyah (talk | contribs) (→echo) |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 26: | Line 26: | ||
[[Perintah Linux Y | Y]] - | [[Perintah Linux Y | Y]] - | ||
[[Perintah Linux Z | Z]] | [[Perintah Linux Z | 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 <code>quote_of_the_day.txt</code> | ||
| + | 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<br> | ||
| + | ''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 | ||
| + | |||
| + | =ex= | ||
| + | =expand= | ||
| + | =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