Results 1 to 8 of 8

Thread: Cron Job in shell

  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2004
    Posts
    347

    Default Cron Job in shell

    Hello, please write me how can I add any cron jobs to make them working on my server automatically.

    I know, that it should be cron job, but I realy don't know where (in which file) I have to make the request. For eg. I want to clean my TMP from sess* files.

    Regards

  2. #2
    Member
    Join Date
    Apr 2004
    Location
    Oh Canada
    Posts
    25

    Default

    go to /etc/cron.daily and add the cron job you wish to run in there

  3. #3
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2004
    Posts
    347

    Cool

    But cron.daily is a directory, and there are something like executable scripts, so have I write something in #/bin/bash or maybe should I pico there simple 40 4 * * * /something file? Excuse for my newbie questions, but I realy don't know...

  4. #4
    Member
    Join Date
    Apr 2004
    Location
    Oh Canada
    Posts
    25

    Default

    simply place your script in that directory and it will run everyday. no need to add * * * * 1 in your script

  5. #5
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2004
    Posts
    347

    Default

    Ok, so I will make somethign like this:

    --
    rm -f /tmp/sess_*
    --

    as 1 file and I hope this would work for me
    Big THX.

  6. #6
    Member
    Join Date
    Apr 2004
    Location
    Oh Canada
    Posts
    25

    Default

    my pleasure

  7. #7
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2003
    Location
    NC
    Posts
    725
    cPanel/WHM Access Level

    Root Administrator

    Default

    Make sure the chmod is set correctly so it can execute or it will not work.

  8. #8
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2004
    Posts
    347

    Default

    Yes, I noticed that when I try to check this Now everything seems to be ok THX

Similar Threads

  1. Cron Job
    By dannyny in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 05-21-2009, 08:06 AM
  2. Cron job
    By john_24 in forum New User Questions
    Replies: 1
    Last Post: 08-07-2006, 05:43 AM
  3. Cron Job
    By jcallery in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 12-25-2004, 07:09 PM
  4. How to set cron job through shell ?
    By billau in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 08-15-2004, 10:22 PM
  5. How to set cron job through shell ?
    By billau in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 07-17-2004, 05:10 PM