标签:nbsp 创建 定时 bin 定时任务 home bsp strong 删除
crontab -e
案例:
vi a.log
内容:111111
crontab -e
内容:*/1 * * * * /bin/data >> /home/beifeng/a.log
crontab -l
crontab -r
标签:nbsp 创建 定时 bin 定时任务 home bsp strong 删除
原文地址:https://www.cnblogs.com/chuhongyun/p/11422516.html