![]() |
|
|
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 |
| Cron not working | manna | UNIX for Dummies Questions & Answers | 1 | 01-10-2008 02:04 PM |
| Cron job not working | dkranes | UNIX for Dummies Questions & Answers | 5 | 10-26-2007 12:01 PM |
| Cron not working? | christo16 | UNIX for Dummies Questions & Answers | 5 | 03-09-2007 02:55 AM |
| Cron job not working | janavenki | Shell Programming and Scripting | 7 | 03-10-2004 12:36 PM |
| Why passwd isnt working in shell scripts? | Deepa | Shell Programming and Scripting | 1 | 01-31-2003 10:46 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
why isnt cron working?
I am using Ubuntu linux desktop, and I am trying to schedule a sheel script to run every 10minutes. These are the steps I have taken: Code:
crontab -e added and saved this line to the file Code:
# m h dom mon dow command */1 * * * * /home/enzo/Desktop/dlrecentuse restarted cron: Code:
sudo /etc/init.d/cron restart nothing is happening, any ideas? Last edited by daydreamer; 12-09-2008 at 04:16 PM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|