|

楼主 |
发表于 2004-4-23 14:30:00
|
显示全部楼层
[oracle@PE6650A oracle]$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.18165 installed on Wed Apr 21 15:15:46 2004)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
00 23 * * * sh u02/backup/backup.sh
[oracle@PE6650A oracle]$ su - root
Password:
[root@PE6650A root]# service crond status
crond (pid 3046) is running...
[root@PE6650A root]#
[root@PE6650A root]#
是不是我写的这句sh /u02/backup/backup.sh有问题? |
|