Operating System - Linux
1752590 Members
3096 Online
108788 Solutions
New Discussion

Re: script and crontab issue

 
SOLVED
Go to solution
Fefers
Frequent Advisor

script and crontab issue

Hello experts, I hope you're doing fine..


I've developed a script (sh), and for each execution it must increase a log file.
Well, when I run the script manually, it works fine! But, running in crontab is not working, the log file does not get the value.

For make sure to work, the file's permission is 777. "-rwxrwxrwx 1 root root"

I'm tring to run in Linux Suse.

# cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 2


any idea what could be?

thanks in advance...

1 REPLY 1
Fefers
Frequent Advisor
Solution

Re: script and crontab issue

Hey guys.. I've found the mistake.. I gonna close the topic. thanks to all