Re: [Integrit-users] Files date
Brought to you by:
ecashin
From: Yuri D'E. <wa...@yu...> - 2006-04-28 14:33:13
|
On Apr 28, 2006, at 15:26, MA wrote: > How Integrit get the date of a file ? with stat(2). > Example: > > i-ls /bin/readlink > return > a(20060428-141828) m(20040716-133705) c(20060427-132832) i-ls without arguments computes a checksum of the file, which updates atime. Use i-ls -s. > this is m (modification) but how can I get a (access time) and c > (creation > time) ? ctime is inode status change, not just creation. Try: $ i-ls -s file $ stat file |