date
2、设置时间和日期 将系统日期设定成1996年6月10日的命令
date -s 06/22/96 将系统时间设定成下午1点52分0秒的命令 date -s 13:52:00
3. 将当前时间和日期写入BIOS,避免重启后失效 hwclock -w
备注: 更详细的命令说明请参加man 参考: [url]http://www.bitscn.com/linux/system_manage/200604/6898.html[/url]
[url]http://www.hypexr.org/linux_date_time_help.php[/url]
[url]http://www.debianadmin.com/ntp-server-and-client-configuration-in-debian.html[/url]
[url]http://www.time.ac.cn/stime.asp[/url]
本文出自 “GONE WITH THE WIND” 博客,请务必保留此出处http://h2appy.blog.51cto.com/609721/124885