|
楼主 |
发表于 2011-2-11 13:00:18
|
显示全部楼层
localhost ~ # /etc/init.d/fcron start
* WARNING: fcron has already been started. //已经运行服务。
fcrontab -e
%mins 44-56 12-14 * * * echo "hello world" //加入内容。
# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/files/fcrontab,v 1.1 2006/07/31 02:10:49 wschlich Exp $
# Script for checking system crontabs and creating the fcron systab.
# Runs every 10 minutes, does not mail output, doesn't log job runs
# except for errors.
@mail(false),nolog(false) 10 /usr/sbin/check_system_crontabs -s 0
SHELL=/bin/bash
%mins 44-56 12-14 * * * echo "hello world"
怎么不能运行 |
|