AIX下:#date 0924111511 9月24日 11點15 2011年ide
Syntaxorm
To Set the Date and Time as Root User
/usr/bin/date [ -n ] [ -u ] [ Date ] [ +FieldDescriptor ... ]
The following formats can be used when setting the date with the Date
parameter:
* mmddHHMM[YYyy]
* mmddHHMM[yy]ip
Linux下it
date -s //設置當前時間,只有root權限才能設置,其餘只能查看。
date -s 20080523 //設置成20080523,這樣會把具體時間設置成空00:00:00
date -s 01:01:01 //設置具體時間,不會對日期作更改
date -s 「01:01:01 2008-05-23″ //這樣能夠設置所有時間
date -s 「01:01:01 20080523″ //這樣能夠設置所有時間
date -s 「2008-05-23 01:01:01″ //這樣能夠設置所有時間
date -s 「20080523 01:01:01″ //這樣能夠設置所有時間form