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.
所以我正在制作一些 cronjobs 来自动执行一些脚本。我正在使用以下命令制作 cronjobs:
exec('echo -e "`crontab -l`\nmin hour day month year wget http://... | crontab -');
我的问题是这些 cronjobs 被写入哪里?我检查了我服务器上的 crontab,但它们不存在……它们是在我的服务器上作为匿名用户编写的吗?