随笔分类 -  Linux

centos 系统使用chronyd 进行局域网时间同步
摘要:注意: 没有编写程序介绍说明, 纯操作流程 安装chrony 程序 sudo yum install -y chrony 编辑配置文件 /etc/chronyd.conf ## 注意修改配置文件后需要重启才能生效 vim /etc/chrony.conf 添加配置信息 ## 设置为阿里云 ntp 时 阅读全文

posted @ 2025-06-05 19:23 我非柠檬为何心酸 阅读(80) 评论(0) 推荐(0)

Linux系统下定时删除指定文件目录下的数据
摘要:查看服务器crontab 相关命令 # 查看服务状态 systemctl status crond # 启动服务 systemctl start crond # 停止服务 systemctl stop crond 安装crontab sudo yum install cronie 功能描述: Lin 阅读全文

posted @ 2025-03-18 15:14 我非柠檬为何心酸 阅读(175) 评论(0) 推荐(0)

导航