touch -t
hedef değişiklik zamanı orijinal oluşturma süresinden önce ise oluşturma süresini de değiştirir.
SetFile, oluşturma zamanını, değişiklik zamanından önce veya gelecekte olacak şekilde ayarlayabilir.
-d date Sets the creation date, where date is a string of the
form: "mm/dd/[yy]yy [hh:mm:[:ss] [AM | PM]]" Notes:
Enclose the string in quotation marks if it contains spa-
ces. The date must be in the Unix epoch, that is, between
1/1/1970 and 1/18/2038. If the year is provided as a two-
digit year, it is assumed to be in the 21st century and
must be from 00 (2000) through 38 (2038).
Bu, oluşturma süresini değişiklik süresine ayarlayacaktır:
SetFile -d "$(GetFileInfo -m test.txt)" test.txt
SetFile ve GetFileInfo, Xcode tercihlerinden veya developer.apple.com/downloads adresinden indirilebilen komut satırı araçları paketinin bir parçasıdır .
touch -t yyyymmddhhmm $file
oluşturma tarihini değiştiriyor gibi görünüyor, ancak yalnızca orijinal oluşturma tarihinden önce ise.