{"id":25702,"date":"2024-07-18T04:27:09","date_gmt":"2024-07-17T21:27:09","guid":{"rendered":"https:\/\/dte.telkomuniversity.ac.id\/?p=25702"},"modified":"2024-07-18T04:27:10","modified_gmt":"2024-07-17T21:27:10","slug":"perintah-od-di-linux","status":"publish","type":"post","link":"https:\/\/dte.telkomuniversity.ac.id\/en\/perintah-od-di-linux\/","title":{"rendered":"Perintah od di Linux"},"content":{"rendered":"\n<p>Istilah &#8216;od&#8217; merupakan singkatan dari octal dump. Perintah ini menampilkan konten sebuah file dalam berbagai format yang mudah dibaca oleh manusia seperti heksadesimal, oktal, dan karakter ASCII.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Sintaks:<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">luaSalin kode<code>od -b &lt;namaFile&gt;      (menampilkan file dalam format oktal)\nod -t x1 &lt;namaFile&gt;   (menampilkan file dalam format byte heksadesimal)\nod -c &lt;namaFile&gt;      (menampilkan file dalam format karakter ASCII (backslashed))\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Contoh:<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">bashSalin kode<code>od -b format.txt\nod -t x1 format.txt\nod -c format.txt\n<\/code><\/pre>\n\n\n\n<p>Perhatikan snapshot di atas, perintah &#8220;od -b format.txt&#8221; menampilkan dalam format oktal, perintah &#8220;od -t x1 format.txt&#8221; menampilkan dalam format heksadesimal, dan perintah &#8220;od -c format.txt&#8221; menampilkan dalam karakter ASCII di mana baris baru akan ditandai dengan &#8216;\\n&#8217;<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>ref:<a href=\"https:\/\/www.javatpoint.com\/linux-od\" data-type=\"link\" data-id=\"https:\/\/www.javatpoint.com\/linux-od\">[1]<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Istilah &#8216;od&#8217; merupakan singkatan dari octal dump. Perintah ini menampilkan konten sebuah file dalam berbagai format yang mudah dibaca oleh manusia seperti heksadesimal, oktal, dan karakter ASCII. Sintaks: luaSalin kodeod -b &lt;namaFile&gt; (menampilkan file dalam format oktal) od -t x1 &lt;namaFile&gt; (menampilkan file dalam format byte heksadesimal) od -c &lt;namaFile&gt; (menampilkan file dalam format karakter [&hellip;]<\/p>\n","protected":false},"author":25,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"wds_primary_category":753,"footnotes":""},"categories":[753],"tags":[],"class_list":["post-25702","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/dte.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/posts\/25702","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dte.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dte.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dte.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/dte.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/comments?post=25702"}],"version-history":[{"count":1,"href":"https:\/\/dte.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/posts\/25702\/revisions"}],"predecessor-version":[{"id":25703,"href":"https:\/\/dte.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/posts\/25702\/revisions\/25703"}],"wp:attachment":[{"href":"https:\/\/dte.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/media?parent=25702"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dte.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/categories?post=25702"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dte.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/tags?post=25702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}