linux 修改时间

qinghua]$ date

2012年 11月 02日 星期五 08:04:30 CST

[hayuk@localhost qinghua]$ su - root

口令:

[root@localhost ~]# cp /usr/share/zoneinfo/UTC /etc/localtime

cp:是否覆盖“/etc/localtime”? y

[root@localhost ~]# date

2012年 11月 02日 星期五 00:07:30 UTC

修改系统日期与时间date -s "2012-11-03 10:25:25"

[root@localhost ~]# date

2012年 11月 02日 星期五 00:08:27 UTC

[root@localhost ~]# date -s "2012-11-03 10:25:25"

2012年 11月 03日 星期六 10:25:25 UTC

[root@localhost ~]# date

2012年 11月 03日 星期六 10:25:27 UTC

运维QQ交流群:171586999

你可能感兴趣的:(linux 修改时间)