Automating Crontab through script??


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Automating Crontab through script??
# 1  
Old 12-04-2012
Automating Crontab through script??

is it possible to automate crontab through script... I ll be getting the data i.e. cron entries from DB.
# 2  
Old 12-04-2012
crontab is defined in a file such as in /var/spool/cron/crontabs on Solaris.
You can make a script to automate crontab.

Cheers,
# 3  
Old 12-04-2012
how can we do that Joseph??? Can u plz guide me on that?
# 4  
Old 12-04-2012
Quote:
Originally Posted by nikhil jain
how can we do that Joseph??? Can u plz guide me on that?
Did you search the Internet using Google or your favorite search engine prior to your reply to this answer?

Please don't ask people in these forums to answer your questions you can easily find using Google; or please demonstrate you tried to search first by showing you attempted to help yourself before asking someone here to do it for you.
  • Did you search these forums for an answer?
  • Did you search the net for an answer?
  • Or, did you just reply with another question because you did not want to do the work yourself?
# 5  
Old 12-04-2012
ok..............
# 6  
Old 12-04-2012
You seem to be somewhat miffy because of Neos answer and you have chosen to report his posting. There is absolutely no reason for that.

First off, we are neither your helpdesk nor your consultants. We will help you help yourself, but definitely not do your work for you. Not only, because we are habitually lazy (otherwise we would not put so much effort in avoiding unnecessary work), but also, because you would learn nothing from the experience of being spoon-fed our solutions. We offer learning experiences here, not done work. Once you get to acknowledge this fine difference your miffiness will go away like water under the bridge - i promise.

Another thing is: we are all professionals here, not script-kiddies. Please treat us accordingly and speak to us accordingly. You can talk to us in plain English and we are quite forgiving for people speaking English as a second language, but we don't like to read

Quote:
can u plz
because this way either you come across as not fully grown up (you don't want to earn such a reputation here, do you?) or you are insinuating that we are kiddies you try to accomodate language-wise. I can tell you for sure, we are all grown-ups here and we are used to a businesslike tone of conversation from our professional environments. If your question is not even important for you to go out of your way and add the 2 characters in "you" and the 3 characters in "please" (it is really written with "s", not with "z") why should your question be important enough for us to put in any effort in solving it?

Think about it.

bakunin
These 2 Users Gave Thanks to bakunin For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Automating Linux Script

1. The problem statement, all variables and given/known data: I want to automate the creation or processing of the following: Directory and subdirectory creation for your scenario company Files in each of the directories Symbolic links from 2 subdirectories to their parent directories... (16 Replies)
Discussion started by: ekglag2
16 Replies

2. Shell Programming and Scripting

Automating Linux Script

I want to automate the creation or processing of the following: Directory and subdirectory creation for your scenario company Files in each of the directories Symbolic links from 2 subdirectories to their parent directories Setting appropriate file permissions for the directories and... (1 Reply)
Discussion started by: ekglag2
1 Replies

3. Shell Programming and Scripting

automating a perl script

Hi, I have a perl script that takes in 2 numerical values as ARGV. perl script.pl parameter1 num1 num2 in my case I have 1000's of num1 and num2. I can have them in separate files. Please let me know how to automate this run using shell scripting or using awk, so that I don't have to... (4 Replies)
Discussion started by: Lucky Ali
4 Replies

4. Shell Programming and Scripting

crontab, automating tasks

I want to back up some of my system folders on a regular basis. Let's say some every day, but some other every week. I kinda know how to get backup like this form: tar cjf archive-$(date +%Y%m%d).tbz2 / -N ./archive-$(date -d yesterday +%Y%m%d) But, I DONT KNOW how to add this files to... (2 Replies)
Discussion started by: dr_mabuse
2 Replies

5. Shell Programming and Scripting

Help with automating a bash script

Hi Guys, There are some emails going deferred as we got some new IP's from our ISP. So I was trying to manually copy the deferred mail and forward it to our sales team so that they can contact our client. I am new to this script thing, but luckily I was able to write the code to extract the data... (1 Reply)
Discussion started by: linuxrulz
1 Replies

6. Shell Programming and Scripting

Automating A Perl Script over a database

Dear Scripting Gods I've never done shell scripting before and have only recently got to grips with Perl, so apologies for my naivity. I've written a perl program which takes in two files as arguments (these are text documents which take in the information I need) The perl program spits out a... (1 Reply)
Discussion started by: fraizerangus
1 Replies

7. Shell Programming and Scripting

Automating Interactive script

I have a script that will install software on all remote host. At the end of the script it starts the install.sh part and goes into a interactive mode asking Yes or No questions and prompting to add a username and password. My question is how can I script this so that these questions are... (7 Replies)
Discussion started by: soupbone38
7 Replies

8. UNIX for Dummies Questions & Answers

cron ? automating a script

Hi all. basically i need to run a script every 30 minutes. my script is simply an error report: errpt thats it, is there anyway to make this happen every 30 minutes without having to type errpt in, the script will get bigger as i add more things to do but just need to know how to... (8 Replies)
Discussion started by: hassanj
8 Replies

9. Shell Programming and Scripting

Automating Logform Command in a script

Hi all I am trying to create a script to automate the creating of filesystems. The problem I am having is as follows:- After creating the Log Logical Volume, I want to format it, using the logform command. The Logform command expects user intervention, by typing 'y' and 'enter' to continue.... (2 Replies)
Discussion started by: TheDoc
2 Replies

10. Shell Programming and Scripting

automating sftp script

I have to write an automated sftp script which uses password authentication method to access the remote server. I want to pass the password as a parameter or to be included in the script itself, so that when i run the sftp script, it should not prompt me to enter the password. Thanks in advance... (1 Reply)
Discussion started by: Rajeshsu
1 Replies
Login or Register to Ask a Question