安装 crontabs 服务,如果有则可以跳过
yum install crontabs
编辑定时任务
编辑文件/etc/crontab,格式如下
# 使用oracle用户执行对应脚本
40 17 * * * su - oracle -c "/home/oracle/backup.sh"
使配置生效
crontab /etc/crontab
其他命令
# 开机启动
systemctl enable crond
# 开机禁用
systemctl disable crond
# 查看状态
systemctl status crond
# 启动服务
systemctl start crond
# 停止服务
systemctl stop crond
# 重启服务
systemctl restart crond
# 查看任务
crontab -l
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于