Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have wriiten a bash script to encrypt a file using gpg, when i manually run it the script successfully encrypts the file, but when i put it in a cron it doesnt seem to work.
I am using RedHat 9.
I setup the cron usong crontab -e but still it didnt work, then i directly put it in the /etc/crontab file
please check the following
As log shows, it is running the job
1)check the script is ok( sh 1.sh)
If it is ok, check the path in crontab(seems to me, u r missing a / before root)
30 11 * * * /root/1.sh>/tmp/ab.log
oh... it is user root!!!!
But am getting the output.
its writing a file it /tmp
May 28 17:40:01 **** crond[6026]: (root) CMD (/root/1.sh > /tmp/ab.log)
May 28 17:41:01 **** crond[6032]: (root) CMD (/root/1.sh > /tmp/ab.log)
what i am asking is only as part of a script i actually have to encrypt and transfer files between branches,
so the line of the script that i gave you is a test one for encrypting, i want the script to run from cron, i run the script from terminal maually it is fine,
but the script i mentioned above doesnt want to run form cron
the line of the script that does the encryption is this
i know that it is writing the crontab file /tmp/ab.log but it is not doing the encryption part in the script, the cron is working as per logs but it is not doing the encryption.
but when i run the script test.sh to encrypt it works fine
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.