How would you edit your CRONTAB to schedule the running of
/test/test.sh to run every other day at 2PM?

Answer Posted / kittu

crontab -u username -e

in /var/spool/cron ur username file will be raised in that file append the following line

* 14 * * * test/test

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.

1500


What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA

608


who owns the operating system files created by the utl_file package?

560


How would you extract DDL of a table without using a GUI tool?

2044


Typically, where is the conventional directory structure chosen for Oracle binaries to reside?

1977






Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1553


How to bind a cobol module to a given job? I am not able to understand this concept.Can anyone help me out as how to carry out this task?

1651


What is the importance of a recovery model? : sql server DBA

550


how can you connect from 10g user to 11g user??

1681


How do you trace the traffic hitting a sql server? : sql server DBA

843


Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.

2055


Where would you look for errors from the database engine?

2351


how can you record information about current session?

493


how can you process messages in order asynchronously?

554


what is the role of dip user in our database?

2044