linux 常用操作(不断更新中)
时间同步
时间服务器:ntp.sjtu.edu.cn cn.pool.ntp.org
#常用时间同步任务 /usr/sbin/ntpdate cn.pool.ntp.org && /sbin/hwclock -w #常用定时任务 crontab -e * * * */4 * (/usr/sbin/ntpdate cn.pool.ntp.org && /sbin/hwclock -w) >> /var/log/ntpstats/ntpdate.log 2>&1
时间同步
时间服务器:ntp.sjtu.edu.cn cn.pool.ntp.org
#常用时间同步任务 /usr/sbin/ntpdate cn.pool.ntp.org && /sbin/hwclock -w #常用定时任务 crontab -e * * * */4 * (/usr/sbin/ntpdate cn.pool.ntp.org && /sbin/hwclock -w) >> /var/log/ntpstats/ntpdate.log 2>&1