博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ntp 看看打印命令
阅读量:5129 次
发布时间:2019-06-13

本文共 271 字,大约阅读时间需要 1 分钟。

mount -t nfs -o nolock 192.168.1.115:/work/9x5/ntp /mnt
cd /mnt/arm/6p5/bin/
cp ntpd /usr/sbin
sync
/etc/rc.d/init.d/xntpd restart
rm /var/log/ntp.log
ntpd -g -c /etc/ntp.conf -d &
cat /var/log/ntp.log
ntpq -crl -pn

转载于:https://www.cnblogs.com/liushuhe1990/p/9609006.html

你可能感兴趣的文章
django+uwsgi+nginx+sqlite3部署+screen
查看>>
Andriod小型管理系统(Activity,SQLite库操作,ListView操作)(源代码下载)
查看>>
在Server上得到数据组装成HTML后导出到Excel。两种方法。
查看>>
浅谈项目需求变更管理
查看>>
经典算法系列一-快速排序
查看>>
设置java web工程中默认访问首页的几种方式
查看>>
ASP.NET MVC 拓展ViewResult实现word文档下载
查看>>
8、RDD持久化
查看>>
第二次团队冲刺--2
查看>>
VMware Tools安装
查看>>
Linux上架设boost的安装及配置过程
查看>>
[转载]加密算法库Crypto——nodejs中间件系列
查看>>
zoj 2286 Sum of Divisors
查看>>
使用Xshell密钥认证机制远程登录Linux
查看>>
OpenCV之响应鼠标(三):响应鼠标信息
查看>>
Android 画图之 Matrix(一)
查看>>
List<T>列表通用过滤模块设计
查看>>
【模板】最小生成树
查看>>
设计模式之结构型模式
查看>>
poj2569
查看>>