Go Back   PCMech Forums > Linux Support > Linux OS and Software Assistance

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 07-24-2002, 09:37 AM   #1
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
cron

ok im trying to get cron to execute something every 10 minutes, inb the /etc/crontab file i added

01/30 * * * * tuxtime username pwd compid

(the tuxtime username pwd compID is the command to lauch an update of my uptime,


So i done this and it doesnt work, i've tried a few things but they dont seem to work,
(including man cron which wasnt much help - and the redhat site)

Anyone open to thoughts?
Battery Powered is offline   Reply With Quote
Old 07-25-2002, 04:06 AM   #2
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
Does anyone no how to use cron at all?
Battery Powered is offline   Reply With Quote
Old 07-25-2002, 07:45 AM   #3
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
Okay dont worry people i figured it out
Battery Powered is offline   Reply With Quote
Old 07-25-2002, 08:46 AM   #4
Member (11 bit)
 
Orcmonkey's Avatar
 
Join Date: Oct 2001
Location: IL, USA
Posts: 1,029
Send a message via AIM to Orcmonkey
Can you share the answer?
__________________
"The number of UNIX installations has grown to 10, with more expected."
-The Unix Programmer's Manual, 2nd edition, June 1972
Orcmonkey is offline   Reply With Quote
Old 07-25-2002, 08:55 AM   #5
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
I found the best way was to write a shell script, such as

#!/bin/bash
/command needed...

and save it as a .sh file

then using 'chmod +x shellscript.sh' to make the file executable,

then in the crontab file (located in /etc)
add the line

*/10 * * * * /usr/local/shellscript.sh

the /10 denotes to run the file every ten minutes

Vola :-)
Battery Powered is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate 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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 03:24 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2