You are not logged in.

#1 2003-09-26 00:26:24

kakabaratruskia
Member
From: Santiago, Chile
Registered: 2003-08-24
Posts: 596

What is cron?

I wanted to know what is cron daemon, and if it can be turned off or it is necesary for something important.


And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.

Offline

#2 2003-09-26 01:01:36

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: What is cron?

It runs scheduled tasks. I wouldnt turn it off.

man cron.


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#3 2009-10-24 13:07:47

hgabreu
Member
From: Brasil
Registered: 2009-10-19
Posts: 34

Re: What is cron?

Actually it's man crond
The crontab command is to schedule and manipulate cron's tasks tab.
To check system tasks, run as root: crontab -l
The default is to run /etc/cron.{hourly,daily,weekly,monthly} as expected.
Look at this folders to see the scripts executed.

As advised you should not turn it off, although I don't see a problem starting it in background.

Offline

#4 2009-10-24 13:31:27

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: What is cron?

It's the equivalent of Windows "Scheduled Tasks"

You can have a look at what it's running by looking in the /etc/cron.* directories, and by running "crontab -l" as root. If you are sure you don't need any of the tasks that it's running to maintain your system, then you can turn it off. If you're not sure, better to leave it on since by default it does some regular basic system maintenance tasks.

Offline

#5 2009-10-24 14:05:48

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: What is cron?

This thread is 6 years old guys.

Offline

#6 2009-10-24 14:10:43

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,390
Website

Re: What is cron?

zombie thread!   

Closing to prevent a pandemic.

Offline

Board footer

Powered by FluxBB