From: rak rok Date: 2006-08-17T04:12:15+09:00 Subject: Re: How do I get the creation date of a file? ------=_Part_7673_18821998.1155755532736 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline > ctime - created To clarify, as Jeremy indicated, this is actually the inode creation time. So if you mv a file around within the same mount point, the ctime doesn't change. If you mv accross mountpoints, a new inode gets created, and ctime changes. -rr- ------=_Part_7673_18821998.1155755532736--