{"id":2555,"date":"2021-10-01T11:41:09","date_gmt":"2021-10-01T11:41:09","guid":{"rendered":"https:\/\/ownwebservers.com\/kb\/?p=2555"},"modified":"2021-10-01T11:41:09","modified_gmt":"2021-10-01T11:41:09","slug":"how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration","status":"publish","type":"post","link":"https:\/\/ownwebservers.com\/kb\/how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration\/","title":{"rendered":"How to trace the modified files in a Linux server for a specific time duration?"},"content":{"rendered":"<p>There is also variety of reasons why one would need to run a check to find out the list of files that are changed over a Linux system server directory throughout an explicit time-frame \u2013 like, your server is running low on space as a result of someone\u2019s been uploading massive files to the system, your developer has created certain changes without informing you regarding the files that were changed and for what reason. There is also a a 101 reasons why you would possibly notice the necessity to trace the files that are changed.<\/p>\n<p>So, here\u2019s the way by which one can know.<\/p>\n<p>Step 1: Go to the\u00a0<b>directory<\/b>\u00a0that you want the files to be traced, by using the below command:<\/p>\n<blockquote><p><b>[root@data\u00a0~]#\u00a0<\/b>cd \/home\/username\/public_html<\/p><\/blockquote>\n<p>Step 2: Using the following command would give you the files recursively that have been\u00a0<b>modified<\/b>\u00a0in the past x days.<\/p>\n<blockquote><p><b>[root@data\u00a0~]#\u00a0<\/b>find . -mtime \u2013x<\/p><\/blockquote>\n<p><b>Note:\u00a0<\/b>Change \u2018x\u2019 to the number of days you want the directory to be checked for.<\/p>\n<p>If you also wish to check the time when the file was modified, use:<\/p>\n<blockquote><p><b>[root@data\u00a0~]#\u00a0<\/b>find . -ctime \u2013x<\/p><\/blockquote>\n<p>But, if you wish to set a range \u2013 like a few days ago, but within \u2018x\u2019 number of days, use:<\/p>\n<blockquote><p><b>[root@data\u00a0~]#\u00a0<\/b>find . -ctime +1 -a -ctime -3<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>There is also variety of reasons why one would need to run a check to find out the list of files that are changed over a Linux system server directory throughout an explicit time-frame \u2013 like, your server is running low on space as a result of someone\u2019s been uploading massive files to the system, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[],"class_list":["post-2555","post","type-post","status-publish","format-standard","hentry","category-linux-servers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v15.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to trace the modified files in a Linux server for a specific time duration? - OWS KB<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ownwebservers.com\/kb\/how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to trace the modified files in a Linux server for a specific time duration? - OWS KB\" \/>\n<meta property=\"og:description\" content=\"There is also variety of reasons why one would need to run a check to find out the list of files that are changed over a Linux system server directory throughout an explicit time-frame \u2013 like, your server is running low on space as a result of someone\u2019s been uploading massive files to the system, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ownwebservers.com\/kb\/how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration\/\" \/>\n<meta property=\"og:site_name\" content=\"OWS KB\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-01T11:41:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\">\n\t<meta name=\"twitter:data1\" content=\"admin\">\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" content=\"1 minute\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"OWS KB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/ownwebservers.com\/kb\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration\/#webpage\",\"url\":\"https:\/\/ownwebservers.com\/kb\/how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration\/\",\"name\":\"How to trace the modified files in a Linux server for a specific time duration? - OWS KB\",\"isPartOf\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\"},\"datePublished\":\"2021-10-01T11:41:09+00:00\",\"dateModified\":\"2021-10-01T11:41:09+00:00\",\"author\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\"},\"breadcrumb\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ownwebservers.com\/kb\/how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/how-to-trace-the-modified-files-in-a-linux-server-for-a-specific-time-duration\/\",\"name\":\"How to trace the modified files in a Linux server for a specific time duration?\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/ownwebservers.com\/kb\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_links":{"self":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/2555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/comments?post=2555"}],"version-history":[{"count":1,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/2555\/revisions"}],"predecessor-version":[{"id":2556,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/2555\/revisions\/2556"}],"wp:attachment":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/media?parent=2555"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/categories?post=2555"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/tags?post=2555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}