FAQ
25..如何修改Linux时间?
1.在vos客户端上终止当前所有通话
2.执行/etc/init.d/mbxhsd stop 停止软交换服务
3.执行date命令修改系统时间,格式如下
date MMDDhhmm
例如,需要将系统时间修改为9月25号11点30分,执行
date 09251130
4.执行hwclock --systohc
将修改后的系统时间设置入硬件时钟
5.执行/etc/init.d/mbx2000d start 启动软交换服务
6.修改完成