<?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 between -ctime and -mtime using find ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947344#M412972</link>
    <description>The hp forum must be having problems. I got system unavailable both time i posted questiions but later found out both similiar questions  posted anyway. Also assigned points but forum did not take it. I will try again.</description>
    <pubDate>Fri, 16 Dec 2005 12:03:37 GMT</pubDate>
    <dc:creator>Sammy_2</dc:creator>
    <dc:date>2005-12-16T12:03:37Z</dc:date>
    <item>
      <title>difference between -ctime and -mtime using find ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947338#M412966</link>
      <description>See Ex. below. &lt;BR /&gt;Why do I get no result when I use -ctime but&lt;BR /&gt;get -mtime works fine (yields 1 file as expected). What's the difference between two ?&lt;BR /&gt;&lt;BR /&gt;# date&lt;BR /&gt;Thu Dec 15 10:22:23 EST 2005&lt;BR /&gt;# touch -mt 12011259 ahd_12_15_05.log&lt;BR /&gt;# ll ahd_12_15_05.log&lt;BR /&gt;-rwxr-xr-x   1 root       sys              0 Dec  1 12:59 ahd_12_15_05.log&lt;BR /&gt;# find $APP_LOG -name 'ahd*log' -ctime +10&lt;BR /&gt;&lt;BR /&gt;# find $APP_LOG -name 'ahd*log' -mtime +10&lt;BR /&gt;/opt/hpws/apache/logs/ahd_12_15_05.log&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Dec 2005 10:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947338#M412966</guid>
      <dc:creator>Sammy_2</dc:creator>
      <dc:date>2005-12-16T10:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: difference between -ctime and -mtime using find ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947339#M412967</link>
      <description>Hi Sammy,&lt;BR /&gt;&lt;BR /&gt;Simply put - mtime is last time of modification of the file itself &amp;amp; ctime is last time of modification of the metadata of the file - owenrship, perms, etc.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 16 Dec 2005 10:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947339#M412967</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-12-16T10:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: difference between -ctime and -mtime using find ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947340#M412968</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;ctime - time of last modification of the inode (file created, mode changed, etc.) &lt;BR /&gt; mtime - time of last modification of the file (file created, file changed )&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 16 Dec 2005 10:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947340#M412968</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2005-12-16T10:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: difference between -ctime and -mtime using find ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947341#M412969</link>
      <description>thanks.</description>
      <pubDate>Fri, 16 Dec 2005 11:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947341#M412969</guid>
      <dc:creator>Sammy_2</dc:creator>
      <dc:date>2005-12-16T11:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: difference between -ctime and -mtime using find ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947342#M412970</link>
      <description>Would it be too much to ask that if you put two questions in you assign points to them both?</description>
      <pubDate>Fri, 16 Dec 2005 11:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947342#M412970</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-12-16T11:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: difference between -ctime and -mtime using find ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947343#M412971</link>
      <description>Hi Jeff&lt;BR /&gt;Good comment, I noticed this is going on &lt;BR /&gt;all weeks, newlings hitting questions,but&lt;BR /&gt;then run.&lt;BR /&gt;&lt;BR /&gt;we need some education here !!</description>
      <pubDate>Fri, 16 Dec 2005 11:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947343#M412971</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2005-12-16T11:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: difference between -ctime and -mtime using find ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947344#M412972</link>
      <description>The hp forum must be having problems. I got system unavailable both time i posted questiions but later found out both similiar questions  posted anyway. Also assigned points but forum did not take it. I will try again.</description>
      <pubDate>Fri, 16 Dec 2005 12:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947344#M412972</guid>
      <dc:creator>Sammy_2</dc:creator>
      <dc:date>2005-12-16T12:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: difference between -ctime and -mtime using find ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947345#M412973</link>
      <description>I would simply point new users to Patrick's fine Forum Etiquette doc - here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://66.34.90.71/ITRCForumsEtiquette/" target="_blank"&gt;http://66.34.90.71/ITRCForumsEtiquette/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 16 Dec 2005 12:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947345#M412973</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-12-16T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: difference between -ctime and -mtime using find ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947346#M412974</link>
      <description>FYI, I have a pretty good track record of assigning pts. If a member responds more than once, then I assign pts once to the reply that is most helpful and leave other replies blank.&lt;BR /&gt;Othewise, one could potentially get 30-40pts on one thread. I assume that is how it is suppose to work. Correct me if i am wrong.</description>
      <pubDate>Fri, 16 Dec 2005 12:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ctime-and-mtime-using-find/m-p/4947346#M412974</guid>
      <dc:creator>Sammy_2</dc:creator>
      <dc:date>2005-12-16T12:22:40Z</dc:date>
    </item>
  </channel>
</rss>

