Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-16-2001, 09:36 AM
|
#1
|
|
LQ Newbie
Registered: Apr 2001
Posts: 25
Rep:
|
Hi,
I have created a cron file named ex_cron like this
# do extract every 5 minutes
5 * * * * /opt/oracle/export/ftpextract
I have then done a
crontab -u oracle ex_cron
and nothing happens. Can someone help me with why
the job is not running?
Thanks in advance for your help!!!
Mike
|
|
|
|
04-16-2001, 10:04 AM
|
#2
|
|
Member
Registered: Feb 2001
Posts: 84
Rep:
|
maybe it work this way
*/12 * * * * /opt/oracle/export/ftpextract
|
|
|
|
04-17-2001, 02:13 AM
|
#3
|
|
Senior Member
Registered: Dec 2000
Location: Gothenburg, SWEDEN
Distribution: OpenSUSE 10.3
Posts: 1,028
Rep:
|
5 * * * * /opt/oracle/export/ftpextract
this tells cron to start the command five minutes past every hour.
|
|
|
|
04-17-2001, 07:43 AM
|
#4
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 9,514
|
crontab does not take a file as an argument, it is used to edit users crontabs. Type 'crontab -u username -e' and then type the line that devnull and ugge gave.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
cron problems
|
deadite66 |
Linux - General |
0 |
08-06-2005 06:29 PM |
|
Cron Problems
|
DNAphil |
Linux - Newbie |
1 |
07-12-2005 07:56 AM |
|
cron problems
|
tassinari |
Linux - Newbie |
8 |
04-02-2005 10:11 PM |
|
Cron problems
|
goochable |
Linux - General |
3 |
11-15-2003 08:47 PM |
|
CRON problems
|
jlinden |
Linux - General |
1 |
09-02-2003 02:16 PM |
All times are GMT -5. The time now is 06:35 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|