-
How Unix Timestamps Work
-
-
Story Title:
-
URL:
-
Posted by:
-
Posted:285 days ago
-
Category:
-
Tags:
-
-
Unix stores two times for every file, the last modification time of the file and the last access time of the file. `ls -lT` displays the last modification time of files. bash-2.05a$ ls -lT timestamp.shtml -rw-r–r– 1 will staff 885 Mar 5 01:50:53 2004 timestamp.shtml `ls -lTu` displays the last access time of files. bash-2.05a$ [...]
-






