Hallo,
wenn man
busybox touch aufruft wird folgende Hilfe ausgegeben
Code:
# touch
BusyBox v1.16.0 (2010-01-29 22:31:34 CET) multi-call binary.
Usage: touch [-c] [-d DATE] FILE [FILE]...
Update the last-modified date on the given FILE[s]
Options:
-c Don't create files
-d DT Date/time to use Welches Format muss hier für DT angegeben werden, wenn ich die Modify-Zeit einer Datei setzen will?
Egal was ich ausprobiere es kommt immer dieselbe Fehlermeldung. Z.B:
Code:
# touch -d 2010.09.21-12:34 test
touch: invalid option -- d
BusyBox v1.16.0 (2010-01-29 22:31:34 CET) multi-call binary.
Usage: touch [-c] [-d DATE] FILE [FILE]...
Update the last-modified date on the given FILE[s]
Options:
-c Don't create files
-d DT Date/time to use Busybox behauptet immer dass die Option d fehlerhaft wäre.