摘要: 创建x.sh文件,编辑 在/var/log/下查找log文件,复制文件到/home/omc/ftl且把结果保存到/home/omc/ftl/logs.txt文件中 [root@localhost log]# find /var/log/*.log -type f | xargs -i cp {} / 阅读全文
posted @ 2022-11-02 23:02 yi-sheng 阅读(84) 评论(0) 推荐(0) 编辑
摘要: centos 定时执行脚本 --查看任务 crontab -l --安装 crontabs服务并设置开机自启 yum install crontabs -y systemctl enable crond #设为开机启动 systemctl start crond #启动crond服务 systemc 阅读全文
posted @ 2022-11-02 21:42 yi-sheng 阅读(254) 评论(0) 推荐(0) 编辑