{"id":5239,"date":"2015-10-04T13:31:13","date_gmt":"2015-10-04T05:31:13","guid":{"rendered":"http:\/\/rmohan.com\/?p=5239"},"modified":"2015-10-04T13:52:57","modified_gmt":"2015-10-04T05:52:57","slug":"searching-and-file-operations-in-linux","status":"publish","type":"post","link":"https:\/\/mohan.sg\/?p=5239","title":{"rendered":"Searching and File Operations in linux"},"content":{"rendered":"<p>TOP 10 largest file<br \/>\n# find \/var -type f -ls | sort -k 7 -r -n | head -10<\/p>\n<p>FIND FILES MORE THAN 5Gb<br \/>\n# find \/var\/log\/ -type f -size +5120M -exec ls -lh {} \\;<\/p>\n<p>Find all temp files older than a month and delete:<br \/>\n# find \/usr\/home\/admin\/Maildir\/new -mtime +30-type f | xargs \/bin\/rm -f<\/p>\n<p># find \/usr\/local\/apache -mtime +30-type f | xargs \/bin\/rm -f<\/p>\n<p># find \/usr\/home\/admin\/Maildir\/new -mtime +30-type f | xargs \/bin\/rm -f<\/p>\n<p># find \/usr\/local\/apache* -type f -mtime +30 -exec rm &#8216;{}&#8217; &#8216;+&#8217;<\/p>\n<p># find \/home\/ksucre\/Maildir\/new\/ -mtime +50-type f | xargs \/bin\/rm -f<\/p>\n<p># find \/usr -size +5000M<\/p>\n<p>To find files older than, for example, 10 days.<br \/>\n# find \/home\/user1\/Maildir\/new -mtime +10<\/p>\n<p>Find files older than, say, 30 minutes:<br \/>\n# find \/tmp -mmin +30<\/p>\n<p>Remove files older than x days like this<br \/>\n# find \/path\/* -mtime +x -exec rm {} \\;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>TOP 10 largest file # find \/var -type f -ls | sort -k 7 -r -n | head -10<\/p>\n<p>FIND FILES MORE THAN 5Gb # find \/var\/log\/ -type f -size +5120M -exec ls -lh {} \\;<\/p>\n<p>Find all temp files older than a month and delete: # find \/usr\/home\/admin\/Maildir\/new -mtime +30-type f | xargs \/bin\/rm [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,4,17],"tags":[],"_links":{"self":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/5239"}],"collection":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5239"}],"version-history":[{"count":1,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/5239\/revisions"}],"predecessor-version":[{"id":5240,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/5239\/revisions\/5240"}],"wp:attachment":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5239"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5239"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5239"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}