<?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: difference b/w change and modify terms in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031170#M29085</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The 'stat' structure maintains three timestamps: an 'atime'; a 'ctime' and an 'mtime'.  These timestamps are in units of of Epoch seconds.&lt;BR /&gt;&lt;BR /&gt;The 'atime' represents the last access timestamp of a file or directory.&lt;BR /&gt;&lt;BR /&gt;The 'mtime' represents the last time a file or directory was *modified*; that is, the last time the file was written into.  The 'mtime' is coincidently equalivalent to a "creation" moment only when a file (or directory) is first instantiated.  There is no creation timestamp.&lt;BR /&gt;&lt;BR /&gt;The 'ctime' is the last time a *change* of permission, ownership or name occured.  Changeing any of these attributes does *not* alter the 'mtime' since the contents of the file are not modified.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 03 Jul 2007 07:49:08 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-07-03T07:49:08Z</dc:date>
    <item>
      <title>difference b/w change and modify terms</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031167#M29082</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;I am little bit confuse with the term modify and change in the output of stat command.&lt;BR /&gt;&lt;BR /&gt;Please clear me about same.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS</description>
      <pubDate>Tue, 03 Jul 2007 03:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031167#M29082</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-07-03T03:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w change and modify terms</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031168#M29083</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Please post the command you used and at least a sample of the output.&lt;BR /&gt;&lt;BR /&gt;stat has many options, at least on Red Hat ES 5.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 03 Jul 2007 07:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031168#M29083</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-03T07:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w change and modify terms</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031169#M29084</link>
      <description>Hi Shalom!&lt;BR /&gt;&lt;BR /&gt;The command is &lt;BR /&gt;&lt;BR /&gt;# Stat &lt;FILE-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;MKS&lt;/FILE-NAME&gt;</description>
      <pubDate>Tue, 03 Jul 2007 07:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031169#M29084</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-07-03T07:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w change and modify terms</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031170#M29085</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The 'stat' structure maintains three timestamps: an 'atime'; a 'ctime' and an 'mtime'.  These timestamps are in units of of Epoch seconds.&lt;BR /&gt;&lt;BR /&gt;The 'atime' represents the last access timestamp of a file or directory.&lt;BR /&gt;&lt;BR /&gt;The 'mtime' represents the last time a file or directory was *modified*; that is, the last time the file was written into.  The 'mtime' is coincidently equalivalent to a "creation" moment only when a file (or directory) is first instantiated.  There is no creation timestamp.&lt;BR /&gt;&lt;BR /&gt;The 'ctime' is the last time a *change* of permission, ownership or name occured.  Changeing any of these attributes does *not* alter the 'mtime' since the contents of the file are not modified.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 03 Jul 2007 07:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031170#M29085</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-07-03T07:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w change and modify terms</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031171#M29086</link>
      <description>stat &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;what i found is that, whenever the contents of files are change(file edit), both the "Modified", and "Change" paramete updates&lt;BR /&gt;&lt;BR /&gt;But when you just change the permission/ownership... the "Change" parameter updates only.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 04 Jul 2007 07:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031171#M29086</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2007-07-04T07:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w change and modify terms</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031172#M29087</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; what i found is that, whenever the contents of files are change(file edit), both the "Modified", and "Change" parameter updates&lt;BR /&gt;&lt;BR /&gt;That is expected since the file's inode (containing the information retrieved by stat()') would be updated.  The 'ctime' represents the inode's last change time, and another field of the inode is the size of a file.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jul 2007 07:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difference-b-w-change-and-modify-terms/m-p/4031172#M29087</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-07-04T07:48:31Z</dc:date>
    </item>
  </channel>
</rss>

