Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在不使用 crontab 命令的情况下添加 cronjob?(或者除了直接编辑文件之外的任何其他内容。)我需要编辑文件吗?
您可以直接编辑以下文件:
/etc/crontab /etc/cron.d/* /etc/cron.{hourly,daily,weekly,monthly}/*
这些是系统范围的文件。在这些文件中,您必须在要执行的命令之前指定用户名。
相反,每个用户的 crontab 存储在这里: /var/spool/cron/<username>
/var/spool/cron/<username>