{"id":1054,"date":"2014-11-20T01:53:06","date_gmt":"2014-11-20T01:53:06","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=1054"},"modified":"2014-11-20T01:53:06","modified_gmt":"2014-11-20T01:53:06","slug":"find-largest-filesdirectory-centos","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2014\/11\/20\/find-largest-filesdirectory-centos\/","title":{"rendered":"Find Largest files\/Directory CentOS"},"content":{"rendered":"<p>To find the largest files in a directory, run the following:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# du -a \/var\/www\/vhosts | sort -n -r | head -n 10\n<\/pre>\n<p>or <\/p>\n<p>Find the largest files from the root directory:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nfind \/ -type f -size +200000k -exec ls -lh {} \\; | awk &#039;{ print $9 &quot;: &quot; $5 }&#039;\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>To find the largest files in a directory, run the following: # du -a \/var\/www\/vhosts | sort -n -r | head -n 10 or Find the largest files from the root directory: find \/ -type f -size +200000k -exec ls -lh {} \\; | awk &#039;{ print $9 &quot;: &quot; $5 }&#039;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-1054","post","type-post","status-publish","format-standard","hentry","category-centos6"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1054","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=1054"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1054\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=1054"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=1054"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=1054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}