不是,我说的不太对,我的意思是我原来自己在root下直接vim改的crontab,如下
1 SHELL=/bin/bash
2 PATH=/sbin:/bin:/usr/sbin:/usr/bin
3 MAILTO=root
4 HOME=/
5 BBSHOME=/usr/local/bbs
6
7 # run-parts
8 01 * * * * root run-parts /etc/cron.hourly
9 02 4 * * * root run-parts /etc/cron.daily
10 22 4 * * 0 root run-parts /etc/cron.weekly
11 42 4 1 * * root run-parts /etc/cron.monthly
12 43 * * * * /usr/local/bbs/bin/poststat
13 59 23 * * * rm -f /usr/local/bbs/tmp/Xpost/*
14 59 23 * * * rm -f /usr/local/bbs/.post.x
15 1 * * * * /usr/local/bbs/bin/gennewboard
16 */10 * * * * /usr/bin/wget -q -O /var/www/html/mainpage.html
http://127.0.0. 1/mainpage.php
从12行以后,都是我以前加的了,是不是可以删掉了?
【 在 pig2532 (猪猪猪) 的大作中提到: 】
: 每个用户有其各自的crontab
: 互相不会覆盖
--
FROM 124.254.45.*