Skip to main content

Setting up cron as root

Comments

2 comments

  • 24x7server
    Hello :) Yes, You have setup correct cron.
    59 1 31 * * root > /tmp/Net.WhoisIP.log
    If you this cron on your server then it will be run at : 2016-01-31 01:59:00 2016-03-31 01:59:00 2016-05-31 01:59:00 2016-07-31 01:59:00 2016-08-31 01:59:00 ....
    0
  • cPanelMichael
    Hello :) You may want to configure a script that completes the removal so that you configure the cron job like this:
    59 1 31 * * /path/to/removal-script.sh
    Thank you.
    0

Please sign in to leave a comment.