ideyforhere
  • Sign Up
  • About Us
  • Contact Us
  • Client Login
  • Home
  • Announcements
  • Knowledgebase
  • Network Status
  • Affiliates
  • Contact Us
  • Account
    • Login
    • Register
    • Forgot Password?

Portal Home > Knowledgebase > General Support > How to setup Cron Job

Add to Favourites Add to Favourites    Print this Article Print this Article

Knowledgebase

How to setup Cron Job

A sample program to setup a cron job

This cron is supposed to delete the spams from your mail box at specific time (at 12:10 pm).

Take this path

Home/username/mail/domainname/

Paste this path to this line….

10 12 * * * rm -rf /home/jbalipro/mail/domain.com/linkmaster/.spam/cur/*
10 12 * * * rm -rf /home/jbalipro/mail/domain.com/linkmaster/.spam/new/*

Go to spool/var/cron and there will be a file with that specific user on which your want to setup a cron job.

Go that file and open it in vi.
Paste the above line in that file and run the following command

Service crond restart

Was this answer helpful?

Also Read

  • Article Icon How to install Zend Optimizer (Views: 1978)

  • Article Icon How to install ImageMagic (Views: 1945)

  • Article Icon How to install RkHunter (Views: 1894)

  • Article Icon How to install RAR (Views: 1912)

  • Article Icon How to install ffmpeg (Views: 1971)

Powered by WHMCompleteSolution


Copyright © 2013 darock Projects All Rights Reserved.