Hello,
Hab grad mal versucht auf die Datei zu zugreifen da fängt auch schon der SAFE MODE an zu meckern. Soll ich die jetzt ganz ausschalten oder liegt das dadran das auf die Datei ständig zugegriffen wird?
Wenn es sich um Deinen Server handelt, und da niemand anderes drauf herumhampelt, dann schalte ihn ab. Wenn er aber von Mehreren (Fremden) genutzt wird, kann man es nicht in drei Sätzen erklären, was zu tun ist.
Bei mir sieht es z.B. so aus:
:/etc/cron.daily #>ls -la
total 24
drwxr-xr-x 2 root root 4096 Feb 13 2003 .
drwxr-x--x 31 root root 4096 Mar 29 11:48 ..
-rwxr-xr-x 1 root root 51 Jun 23 2002 logrotate
-rwxr-xr-x 1 root root 418 Sep 3 2002 makewhatis.cron
-rwxr-xr-x 1 root root 104 Sep 4 2002 rpm
-rwxr-xr-x 1 root root 132 Jun 24 2002 slocate.cron
und mit 'man' bekommt Du noch mehr Info (auch ohne Google)
:/usr/sbin #>man crond
CRON(8) CRON(8)
NAME
cron - daemon to execute scheduled commands (Vixie Cron)
SYNOPSIS
cron
DESCRIPTION
Cron should be started from /etc/rc or /etc/rc.local. It will return
immediately, so you don't need to start it with '&'.
Cron searches /var/spool/cron for crontab files which are named after
accounts in /etc/passwd; crontabs found are loaded into memory. Cron
also searches for /etc/crontab and the files in the /etc/cron.d/ direc-
tory, which are in a different format (see crontab(5)). Cron then
wakes up every minute, examining all stored crontabs, checking each
command to see if it should be run in the current minute. When execut-
ing commands, any output is mailed to the owner of the crontab (or to
the user named in the MAILTO environment variable in the crontab, if
such exists).
Additionally, cron checks each minute to see if its spool directory's
modtime (or the modtime on /etc/crontab) has changed, and if it has,
cron will then examine the modtime on all crontabs and reload those
which have changed. Thus cron need not be restarted whenever a crontab
file is modified. Note that the Crontab(1) command updates the modtime
of the spool directory whenever it changes a crontab.
SEE ALSO
crontab(1), crontab(5)
AUTHOR
Paul Vixie paul@vix.com
4th Berkeley Distribution 20 December 1993 CRON(8)
In /etc/crontab stehen die für den cron-daemon wesentlichen Angaben
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
Harzliche Grüße vom Berg
http://www.annerschbarrich.de
Tom
Fortschritt entsteht nur durch die Auseinandersetzung der Kreativen
Nur selber lernen macht schlau
