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



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

Answer / 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

More DB Administration Interview Questions

I want to export only structure of the table from oracle database. In that table to used the some partition. To export the table in general way then compilation error was occured i.e-EXP-00003: no storage definition found for segment(11, 2771). Please tell me the correct export command parameter to export the partitioned table. Thanks in Advance..........

1 Answers  


what is grd?

0 Answers   Oracle,


Compare and contrast TRUNCATE and DELETE for a table.

7 Answers  


What are the ways tablespaces can be managed and how do they differ?

2 Answers   IBM,


Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.

0 Answers   Infosys,






If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA

0 Answers  


Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you bring the database in ARCHIVELOG mode from NOARCHIVELOG mode? 6. You cannot shutdown the database for even some minutes, then in which mode you should run the database?

11 Answers   FA, GE, Wipro,


How do you troubleshoot errors in a sql server agent job? : sql server DBA

0 Answers  


What type of index should you use on a fact table?

1 Answers  


internal architecture

0 Answers   CSC,


how can you process messages in order asynchronously?

0 Answers   Oracle,


How would you go about increasing the buffer cache hit ratio?

2 Answers  


Categories