[Integrit-users] Files date
Brought to you by:
ecashin
From: MA <kzc...@je...> - 2006-04-28 13:26:36
|
How Integrit get the date of a file ? Example: i-ls /bin/readlink return a(20060428-141828) m(20040716-133705) c(20060427-132832) ls /bin/readlink -l --time-style=full-iso return 2004-07-16 13:37:05 this is m (modification) but how can I get a (access time) and c (creation time) ? ls /bin/readlink -lu --time-style=full-iso return 2006-04-28 14:23:29 It's doesn't match |