【问题标题】:Where can I download the source for cron utility?我在哪里可以下载 cron 实用程序的源代码?
【发布时间】:2011-05-25 00:20:16
【问题描述】:

我已经搜索了 cron 的来源,以对其进行修改/扩展。我找不到它(以为它会在 coreutils 中)。

谁知道我在哪里可以得到 cron 的源代码?

顺便说一句,我在 Linux (Ubuntu 10.0.4) 上运行

【问题讨论】:

  • 这应该移到超级用户

标签: c ubuntu cron


【解决方案1】:

GNU 赞助 mcron(Mellor 的 cron)。主页http://www.gnu.org/software/mcron/。来源http://git.savannah.gnu.org/cgit/mcron.git

不过,我不知道 Ubuntu 是否使用它。

【讨论】:

    【解决方案2】:

    为了记录,我试图运行它(apt-get source cron),但该工具抱怨找不到档案(404 Not Found)。快速

    sudo apt-get update
    

    会解决这个问题,然后我们可以做一个

    apt-get source cron
    

    【讨论】:

      【解决方案3】:

      apt-get source cron 应该会为您获取源代码,前提是您已正确设置了存储库。

      【讨论】:

        【解决方案4】:

        apt-get source cron

        【讨论】:

          猜你喜欢
          • 2023-03-10
          • 2011-09-15
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2012-11-13
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多