Originally posted by: s_m_gopinath
Greetings champs,
I am new to AIX and I need some help regarding the "Find" command. I understood that atime is access time, ctime is create time and mtime is modified time. But I don't understand what the below text describes in the atime and mtime :
-mtime n The value of n can be one of the following:
n - Evaluates as True if the file modification time subtracted from the initialization time, divided by 86400 seconds (with any remainder discarded), is n. 86400 seconds is 24 hours.
-n - Evaluates as True if the file modification time subtracted from the initialization time, divided by 86400 seconds (with any remainder discarded), is less than n.
+n - Evaluates as True if the file modification time subtracted from the initialization time, divided by 86400 seconds (with any remainder discarded), is greater than n (in case of UNIX03, greater than n+1).
Can some one explain what it is in simple terms.
With regards,
Gopinath.
#AIX-Forum