How can I find out cron implementation on Ubuntu?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-1
down vote

favorite












Wikipedia says




With the advent of the GNU Project and Linux, new crons appeared. The
most prevalent of these is the Vixie cron, originally coded by Paul
Vixie in 1987. Version 3 of Vixie cron was released in late 1993.
Version 4.1 was renamed to ISC Cron and was released in January 2004.
Version 3, with some minor bugfixes, is used in most distributions of
Linux and BSDs.



In 2007, Red Hat forked vixie-cron 4.1 to the cronie project and
included anacron 2.3 in 2009.



Other popular implementations include anacron and dcron. However,
anacron is not an independent cron program. Another cron job must call
it. dcron was made by DragonFly BSD founder Matt Dillon, and its
maintainership was taken over by Jim Pryor in 2010.[9]



A webcron solution schedules ring tasks to run on a regular basis
wherever cron implementations are not available in a web hosting
environment.




On Lubuntu 18.04, I try to figure out what my cron implementation is, like for any other software installed, but fail:



$ cron --version
cron: invalid option -- '-'
usage: cron
$ crontab --version
crontab: invalid option -- '-'


I seldom have difficulty in finding out the version of a installed program, and wonder why it is hard for me? How shall I find it out?



Thanks.










share|improve this question

























    up vote
    -1
    down vote

    favorite












    Wikipedia says




    With the advent of the GNU Project and Linux, new crons appeared. The
    most prevalent of these is the Vixie cron, originally coded by Paul
    Vixie in 1987. Version 3 of Vixie cron was released in late 1993.
    Version 4.1 was renamed to ISC Cron and was released in January 2004.
    Version 3, with some minor bugfixes, is used in most distributions of
    Linux and BSDs.



    In 2007, Red Hat forked vixie-cron 4.1 to the cronie project and
    included anacron 2.3 in 2009.



    Other popular implementations include anacron and dcron. However,
    anacron is not an independent cron program. Another cron job must call
    it. dcron was made by DragonFly BSD founder Matt Dillon, and its
    maintainership was taken over by Jim Pryor in 2010.[9]



    A webcron solution schedules ring tasks to run on a regular basis
    wherever cron implementations are not available in a web hosting
    environment.




    On Lubuntu 18.04, I try to figure out what my cron implementation is, like for any other software installed, but fail:



    $ cron --version
    cron: invalid option -- '-'
    usage: cron
    $ crontab --version
    crontab: invalid option -- '-'


    I seldom have difficulty in finding out the version of a installed program, and wonder why it is hard for me? How shall I find it out?



    Thanks.










    share|improve this question























      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      Wikipedia says




      With the advent of the GNU Project and Linux, new crons appeared. The
      most prevalent of these is the Vixie cron, originally coded by Paul
      Vixie in 1987. Version 3 of Vixie cron was released in late 1993.
      Version 4.1 was renamed to ISC Cron and was released in January 2004.
      Version 3, with some minor bugfixes, is used in most distributions of
      Linux and BSDs.



      In 2007, Red Hat forked vixie-cron 4.1 to the cronie project and
      included anacron 2.3 in 2009.



      Other popular implementations include anacron and dcron. However,
      anacron is not an independent cron program. Another cron job must call
      it. dcron was made by DragonFly BSD founder Matt Dillon, and its
      maintainership was taken over by Jim Pryor in 2010.[9]



      A webcron solution schedules ring tasks to run on a regular basis
      wherever cron implementations are not available in a web hosting
      environment.




      On Lubuntu 18.04, I try to figure out what my cron implementation is, like for any other software installed, but fail:



      $ cron --version
      cron: invalid option -- '-'
      usage: cron
      $ crontab --version
      crontab: invalid option -- '-'


      I seldom have difficulty in finding out the version of a installed program, and wonder why it is hard for me? How shall I find it out?



      Thanks.










      share|improve this question













      Wikipedia says




      With the advent of the GNU Project and Linux, new crons appeared. The
      most prevalent of these is the Vixie cron, originally coded by Paul
      Vixie in 1987. Version 3 of Vixie cron was released in late 1993.
      Version 4.1 was renamed to ISC Cron and was released in January 2004.
      Version 3, with some minor bugfixes, is used in most distributions of
      Linux and BSDs.



      In 2007, Red Hat forked vixie-cron 4.1 to the cronie project and
      included anacron 2.3 in 2009.



      Other popular implementations include anacron and dcron. However,
      anacron is not an independent cron program. Another cron job must call
      it. dcron was made by DragonFly BSD founder Matt Dillon, and its
      maintainership was taken over by Jim Pryor in 2010.[9]



      A webcron solution schedules ring tasks to run on a regular basis
      wherever cron implementations are not available in a web hosting
      environment.




      On Lubuntu 18.04, I try to figure out what my cron implementation is, like for any other software installed, but fail:



      $ cron --version
      cron: invalid option -- '-'
      usage: cron
      $ crontab --version
      crontab: invalid option -- '-'


      I seldom have difficulty in finding out the version of a installed program, and wonder why it is hard for me? How shall I find it out?



      Thanks.







      debian ubuntu cron






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 13 mins ago









      Tim

      24.4k69238426




      24.4k69238426




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          Try man cron. It identifies my system's (Ubuntu 18.04)cron as Vixie Cron.





          share




















          • Thanks. I remember commands and manpages can be out of sync.
            – Tim
            32 secs ago











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "",
          contentPolicyHtml: "",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478769%2fhow-can-i-find-out-cron-implementation-on-ubuntu%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote













          Try man cron. It identifies my system's (Ubuntu 18.04)cron as Vixie Cron.





          share




















          • Thanks. I remember commands and manpages can be out of sync.
            – Tim
            32 secs ago















          up vote
          1
          down vote













          Try man cron. It identifies my system's (Ubuntu 18.04)cron as Vixie Cron.





          share




















          • Thanks. I remember commands and manpages can be out of sync.
            – Tim
            32 secs ago













          up vote
          1
          down vote










          up vote
          1
          down vote









          Try man cron. It identifies my system's (Ubuntu 18.04)cron as Vixie Cron.





          share












          Try man cron. It identifies my system's (Ubuntu 18.04)cron as Vixie Cron.






          share











          share


          share










          answered 1 min ago









          Jacob Degeling

          35916




          35916











          • Thanks. I remember commands and manpages can be out of sync.
            – Tim
            32 secs ago

















          • Thanks. I remember commands and manpages can be out of sync.
            – Tim
            32 secs ago
















          Thanks. I remember commands and manpages can be out of sync.
          – Tim
          32 secs ago





          Thanks. I remember commands and manpages can be out of sync.
          – Tim
          32 secs ago


















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478769%2fhow-can-i-find-out-cron-implementation-on-ubuntu%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay