linux之crontab


linux之crontab

ps -ef| grep cron

yum install crontab -y

-e 设定日程表 * * * * * 分钟 小时 天 月份 周
/ 每隔几小时
,几点到几点

-r 删除日程表
-l 列出当前日程表

创建一个脚本
#!/bin/bash

cat hello.txt >> /home/wz/test/test,txt
* * * * * /home/test.sh

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/288894.html

(0)
上一篇 2022年9月12日
下一篇 2022年9月12日

相关推荐

发表回复

登录后才能评论