<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Checking if file's modification and access time is changed in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/checking-if-file-s-modification-and-access-time-is-changed/m-p/3547102#M17690</link>
    <description>&lt;BR /&gt;ls -clt will give a long list of files sorted based on their modification time(latest one at the top)&lt;BR /&gt;&lt;BR /&gt;ls -ult will give list of files sorted based on their access time (latest one at the top)&lt;BR /&gt;&lt;BR /&gt;for more info on ls check 'man ls'&lt;BR /&gt;&lt;BR /&gt;also you can use find command to get list of files which are modified/acccessed with in the specified time frame.&lt;BR /&gt;&lt;BR /&gt;check amin, atime, cmin, ctime options of find command, check man find&lt;BR /&gt;&lt;BR /&gt;Gopi</description>
    <pubDate>Wed, 18 May 2005 08:44:29 GMT</pubDate>
    <dc:creator>Gopi Sekar</dc:creator>
    <dc:date>2005-05-18T08:44:29Z</dc:date>
    <item>
      <title>Checking if file's modification and access time is changed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-if-file-s-modification-and-access-time-is-changed/m-p/3547099#M17687</link>
      <description>Hi,&lt;BR /&gt;May I know what is the command to check if a particular file has had its access and modification time changed in a Red Hat 8?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Danny&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2005 08:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-if-file-s-modification-and-access-time-is-changed/m-p/3547099#M17687</guid>
      <dc:creator>Danny Fang</dc:creator>
      <dc:date>2005-05-18T08:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Checking if file's modification and access time is changed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-if-file-s-modification-and-access-time-is-changed/m-p/3547100#M17688</link>
      <description>Check the options to ls command. On other unix flavors, following can be done and I am sure you have equivalent ls options on redhat.&lt;BR /&gt;&lt;BR /&gt;ls -cl -&amp;gt; shows chnage time&lt;BR /&gt;ls -ul -&amp;gt; shows access time&lt;BR /&gt;ls -tl -&amp;gt; shows modification time.&lt;BR /&gt;&lt;BR /&gt;There is also a tripwire tool with which you can get what you want and many more things.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 18 May 2005 08:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-if-file-s-modification-and-access-time-is-changed/m-p/3547100#M17688</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-05-18T08:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Checking if file's modification and access time is changed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-if-file-s-modification-and-access-time-is-changed/m-p/3547101#M17689</link>
      <description>Try the command 'stat &lt;FILE&gt;'.&lt;BR /&gt;&lt;BR /&gt;It should return an output similar to:&lt;BR /&gt;&lt;BR /&gt;  File: `ping.log'&lt;BR /&gt;  Size: 2330542         Blocks: 4560       IO Block: 4096   regular file&lt;BR /&gt;Device: 303h/771d       Inode: 505030      Links: 1    &lt;BR /&gt;Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)&lt;BR /&gt;Access: 2005-05-04 16:38:47.000000000 +1000&lt;BR /&gt;Modify: 2004-07-13 14:13:37.000000000 +1000&lt;BR /&gt;Change: 2004-07-13 14:13:37.000000000 +1000&lt;BR /&gt;&lt;BR /&gt;Shows access, modification/change time.&lt;/FILE&gt;</description>
      <pubDate>Wed, 18 May 2005 08:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-if-file-s-modification-and-access-time-is-changed/m-p/3547101#M17689</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-18T08:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Checking if file's modification and access time is changed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-if-file-s-modification-and-access-time-is-changed/m-p/3547102#M17690</link>
      <description>&lt;BR /&gt;ls -clt will give a long list of files sorted based on their modification time(latest one at the top)&lt;BR /&gt;&lt;BR /&gt;ls -ult will give list of files sorted based on their access time (latest one at the top)&lt;BR /&gt;&lt;BR /&gt;for more info on ls check 'man ls'&lt;BR /&gt;&lt;BR /&gt;also you can use find command to get list of files which are modified/acccessed with in the specified time frame.&lt;BR /&gt;&lt;BR /&gt;check amin, atime, cmin, ctime options of find command, check man find&lt;BR /&gt;&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 18 May 2005 08:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-if-file-s-modification-and-access-time-is-changed/m-p/3547102#M17690</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-18T08:44:29Z</dc:date>
    </item>
  </channel>
</rss>

