Re: Bedeutung von ctime, mtime und atime für Verzeichnisse
Am Sunday 28 February 2010 21:04:46 schrieb Rudolf Henze:
> Hi,
Moin,
> Doch welche Bedeutung haben diese Zeitstempel für Verzeichnisse?
> Ich verlasse mich dabei ungern auf irgendwelche Tests, sondern hätte
> gern eine fundierte(re) Antwort. Wo guckt man sowas nach?
Mit google: ctime mtime atime
ctime -- In UNIX, it is not possible to tell the actual creation time of
a file. The ctime--change time--is the time when changes were made to
the file or directory's inode (owner, permissions, etc.). The ctime is
also updated when the contents of a file change. It is needed by the
dump command to determine if the file needs to be backed up. You can
view the ctime with the ls -lc command.
http://www.brandonhutchinson.com/ctime_atime_mtime.html
> Danke
> Rudolf
dirk
--
Reply to: