LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 07-31-2012, 01:24 PM   #1
camsis
LQ Newbie
 
Registered: Jul 2012
Posts: 1

Rep: Reputation: Disabled
Linux commands


Hi guys,
I am programming an ip camera that uses LINUX commands and need some help.The following line executes the ftp file every 30 min.
*/30 * * * * admin /etc/config/ftp
I am trying to execute the file every 30 minutes but only on a window from 8 to 7pm. I tried the following line but it didnt work.
30 8,9,10,11,12,13,14,15,16,17,18,19 * * * admin /etc/config/ftp

Any help is greatly appreciated. Thanks!
 
Old 07-31-2012, 01:55 PM   #2
jyoung4
LQ Newbie
 
Registered: Apr 2006
Location: Minneapolis, Minnesota, USA
Posts: 16

Rep: Reputation: 1
Quote:
Originally Posted by camsis View Post
Hi guys,
I am programming an ip camera that uses LINUX commands and need some help.The following line executes the ftp file every 30 min.
*/30 * * * * admin /etc/config/ftp
I am trying to execute the file every 30 minutes but only on a window from 8 to 7pm. I tried the following line but it didnt work.
30 8,9,10,11,12,13,14,15,16,17,18,19 * * * admin /etc/config/ftp

Any help is greatly appreciated. Thanks!
Other than missing the "*/" in front of the 30 minute parameter, I think what you have should work. (This is according to the "man 5 crontab" man page on my RH system.) A slightly shorter specification, for all of us lazy programers, would be "*/30 8-19 * * * ..."

Jim Young
 
1 members found this post helpful.
Old 07-31-2012, 02:13 PM   #3
ac_kumar
Member
 
Registered: Aug 2011
Distribution: Ubuntu, Fedora
Posts: 175

Rep: Reputation: 9
crontab -e
54 12 * * * /file/path/backup.sh

1 2 3 4 5 /root/backup.sh


Where,

1: Minute (0-59)
2: Hours (0-23)
3: Day (0-31)
4: Month (0-12 [12 == December])
5: Day of the week(0-7 [7 or 0 == sunday])
/path/to/command - Script or command name to schedule

Easy to remember format:

* * * * * command to be executed
- - - - -
| | | | |
| | | | ----- Day of week (0 - 7) (Sunday=0 or 7)
| | | ------- Month (1 - 12)
| | --------- Day of month (1 - 31)
| ----------- Hour (0 - 23)
------------- Minute (0 - 59)
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help for Windows cmd commands into Linux terminal commands. windowsNilo Linux - Software 2 07-02-2008 06:26 PM
Need help for Windows cmd commands into Linux terminal commands. windowsNilo Linux - General 2 07-01-2008 06:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration