![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Grep command is not working when put into cron | thiru_cs | Shell Programming and Scripting | 5 | 08-06-2008 06:39 AM |
| sudo chmod not working | Movomito | UNIX for Advanced & Expert Users | 1 | 06-05-2008 03:41 AM |
| Cron job not working | dkranes | UNIX for Dummies Questions & Answers | 5 | 10-26-2007 12:01 PM |
| cron not working | DaleCabell | UNIX for Dummies Questions & Answers | 1 | 07-28-2006 08:16 PM |
| CRON - How to tell it's working? | jaffy1229 | UNIX for Dummies Questions & Answers | 7 | 04-15-2002 01:09 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Sudo command not working with cron job.
Hello,
I have written a script that has a sudo command to change file permissions within it. When I run the script manually, the sudo command inside of it works fine. When the script is run through crontab I get the error "cron: not found". It the same user profile that I am using to run the script manually that is running the cron jobs. Any ideas on how to fix this would be greatly appreiciated. Thanks. |
|
||||
|
Quote:
The jist of it is it uses the sudo command to change the permissions of a file, making it writable, then empties the contents of said file (cat > /dev/null). So without the sudo command, the file cannot be emptied. |
|
||||
|
Quote:
No, I cannot install it under root. |
|
||||
|
Quote:
I hope this helps. bakunin |
|
||||
|
Quote:
Sorry if this was answered in the link you supplied, but I am a beginner with unix and am not sure what the resolution was that was provided. Thanks. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|