Difference between revisions of "Perintah Linux B"
Jump to navigation
Jump to search
Gibransyah (talk | contribs) |
Gibransyah (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Indeks Perintah Linux | Indeks]] - | ||
+ | [[Perintah Linux A | A]] - | ||
+ | [[Perintah Linux B | B]] - | ||
+ | [[Perintah Linux C | C]] - | ||
+ | [[Perintah Linux D | D]] - | ||
+ | [[Perintah Linux E | E]] - | ||
+ | [[Perintah Linux F | F]] - | ||
+ | [[Perintah Linux G | G]] - | ||
+ | [[Perintah Linux H | H]] - | ||
+ | [[Perintah Linux I | I]] - | ||
+ | [[Perintah Linux J | J]] - | ||
+ | [[Perintah Linux K | K]] - | ||
+ | [[Perintah Linux L | L]] - | ||
+ | [[Perintah Linux M | M]] - | ||
+ | [[Perintah Linux N | N]] - | ||
+ | [[Perintah Linux O | O]] - | ||
+ | [[Perintah Linux P | P]] - | ||
+ | [[Perintah Linux Q | Q]] - | ||
+ | [[Perintah Linux R | R]] - | ||
+ | [[Perintah Linux S | S]] - | ||
+ | [[Perintah Linux T | T]] - | ||
+ | [[Perintah Linux U | U]] - | ||
+ | [[Perintah Linux V | V]] - | ||
+ | [[Perintah Linux W | W]] - | ||
+ | [[Perintah Linux X | X]] - | ||
+ | [[Perintah Linux Y | Y]] - | ||
+ | [[Perintah Linux Z | Z]] | ||
= badblocks = | = badblocks = | ||
''Memeriksa blok rusak pada piringan'' | ''Memeriksa blok rusak pada piringan'' | ||
* Periksa blok rusak pada piringan hda1 | * Periksa blok rusak pada piringan hda1 | ||
badblocks -v /dev/hda1 hda1 | badblocks -v /dev/hda1 hda1 | ||
+ | = bunzip2 = | ||
* Mengekstrak "file1.bz2" dengan tipe kompresi bz2 | * Mengekstrak "file1.bz2" dengan tipe kompresi bz2 | ||
bunzip2 file1.bz2 | bunzip2 file1.bz2 | ||
+ | = bzip2 = | ||
* Mengkompres "file1" dengan tipe kompresi bzip2 | * Mengkompres "file1" dengan tipe kompresi bzip2 | ||
bzip2 file1 | bzip2 file1 |
Latest revision as of 12:31, 16 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
badblocks
Memeriksa blok rusak pada piringan
- Periksa blok rusak pada piringan hda1
badblocks -v /dev/hda1 hda1
bunzip2
- Mengekstrak "file1.bz2" dengan tipe kompresi bz2
bunzip2 file1.bz2
bzip2
- Mengkompres "file1" dengan tipe kompresi bzip2
bzip2 file1