Is there anty way to date of creation of a file
Hi,I m having querry is there any way to find the date of creation file , as far as i digged out it solaris consider date of creation and modification one and the same thing...........is it true or a myth rgds TaD
[241 byte] By [
tarud123a] at [2007-11-27 3:39:48]

# 1
The inodes contain dates of creation, modification and access. The dates given by the ls command just happen to be that of last modification. There are ways and means of using commands other than standard shell to get the other dates.
# 2
UFS (and indeed most any UNIX filesystem), does not store any date as a 'creation' date.
Three timestamps are stored with an inode, last modification date, last access date, and last inode change date.
So Solaris does not consider creation and modification one and the same thing. It simply does not track a creation date for files.
--
Darren