[root@52game ~]# /usr/sbin/ntpdate time.nist.gov
23 Jan 22:27:50 ntpdate[1043]: step time server 64.90.182.55 offset 8.762542 sec
定时同步
[root@52game ~]# echo '*/5 * * * * /usr/sbin/ntpdate time.nist.gov >> /dev/null 2>&1' >/var/spool/cron/root
date修改时间
date -s '2015/12/30 11:23:20'
同步到hwclock
hwclock --systohc
加在文件描述符
[root@52game cron]# echo ' - nofile 65535 ' >>/etc/security/limits.conf
定时清理clientmaqueue目录垃圾文件防占满磁盘空间