cron-6ren">
gpt4 book ai didi

没有 crontab -e 的 crontab

转载 作者:行者123 更新时间:2023-12-01 16:23:15 26 4
gpt4 key购买 nike

我想通过在我的服务器中执行此操作来添加一个 crontab 计划:

echo "30 * * * */home/my/var/dir/to/script/var/etc/etc/etc/"> crontab -e

有没有一种方法可以在不执行 crontab -e 然后输入命令的情况下执行此操作?

最佳答案

可以试试

1)nano /etc/crontab (or any other editor, e.g. emacs)
2)echo "30 * * * * /home/my/var/dir/to/script /var/etc/etc/etc/" > /etc/crontab
3)or put the contents of this into a file, then do "file > /etc/crontab"

关于没有 crontab -e 的 crontab,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3186471/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com