{"id":780,"date":"2009-07-03T01:24:39","date_gmt":"2009-07-03T01:24:39","guid":{"rendered":"http:\/\/akuadi.org\/life\/?p=780"},"modified":"2009-07-30T07:05:47","modified_gmt":"2009-07-30T07:05:47","slug":"disk-space-issues","status":"publish","type":"post","link":"https:\/\/akuadi.org\/life\/blog\/2009\/07\/03\/disk-space-issues\/","title":{"rendered":"Disk Space issues"},"content":{"rendered":"<p>Show the disk usage:<\/p>\n<p>HPUX:<\/p>\n<p># bdf \/<\/p>\n<p>Linux\/Sun<\/p>\n<p># df -k \/<\/p>\n<p>#df -h \/<\/p>\n<p>Sort:<\/p>\n<p>echo &#8220;DIR: `pwd`&#8221;; du -sk * |\u00a0 awk &#8216;{ printf (&#8220;- %s \\t\\t(%sMB) \\t\\n&#8221;,$2,$1\/1024) }&#8217; | sort -t\\( -n -r +1<\/p>\n<p>Find the large file:<\/p>\n<p>find \/var -size +10000 -exec ls -ld {} \\;<\/p>\n<p>find \/opt\u00a0 -size +5000 -exec ls -ld {} \\;<\/p>\n<p>find \/usr -xdev -size +1000000c -type f -exec ls -la {} \\; 2&gt;\/dev\/null| sort +4n | tail -10<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Show the disk usage: HPUX: # bdf \/ Linux\/Sun # df -k \/ #df -h \/ Sort: echo &#8220;DIR: `pwd`&#8221;; du -sk * |\u00a0 awk &#8216;{ printf (&#8220;- %s \\t\\t(%sMB) \\t\\n&#8221;,$2,$1\/1024) }&#8217; | sort -t\\( -n -r +1 Find the large file: find \/var -size +10000 -exec ls -ld {} \\; find \/opt\u00a0 -size +5000 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,43],"tags":[],"class_list":["post-780","post","type-post","status-publish","format-standard","hentry","category-linux","category-unix"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts\/780","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/comments?post=780"}],"version-history":[{"count":0,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts\/780\/revisions"}],"wp:attachment":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/media?parent=780"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/categories?post=780"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/tags?post=780"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}