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.
来自 cron 我确实知道 stdout/stderr 被邮寄给执行脚本的用户。但是 incron 似乎没有相同的功能。那么 stdout/stderr 去哪里了?
如果它可以像 cron 一样邮寄它会很好,但它目前只是忽略所有输出。
由于您不能在命令规范中包含重定向(>或>>),因此最好的方法似乎是调用所需命令并将输出重定向到文件或邮件程序的小脚本。
>
>>