QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2503|回复: 3

crontab不执行?请指教,谢谢!

[复制链接]
发表于 2006-1-20 08:27:24 | 显示全部楼层 |阅读模式
我写了一个脚本,配置过crontab后,死活不执行,配置为

10 6 * * * /bin/bash /u1/TEST/testora/rman.sh

/u1/TEST/testora/rman.sh中的内容为:

rman target test/test@test

从cronab -l将bash /u1/TEST/testora/rman.sh里粘到命令行上回车运行正常。
发表于 2006-1-20 08:33:43 | 显示全部楼层
10 6 * * * "/bin/bash /u1/TEST/testora/rman.sh"

象上面这样行不行?
回复

使用道具 举报

 楼主| 发表于 2006-1-20 08:48:20 | 显示全部楼层
[quote:57531c82aa="russot"]10 6 * * * "/bin/bash /u1/TEST/testora/rman.sh"

象上面这样行不行?[/quote]

Subject: Cron <test@oracledb> /bin/bash /u1/TEST/testora/rman0.sh
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/u1/TEST/test>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=testora>

/u1/TEST/testora/rman0.sh: line 1: rman: command not found

这是系统给我的E-MAIL
回复

使用道具 举报

发表于 2006-2-4 22:52:29 | 显示全部楼层
不需要bash去执行他
给脚本可执行属性就是了
或者把#!/bin/bash 放在脚本第一行,并给脚本可执行属性
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 12:37 , Processed in 0.040065 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表