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

how can you implement fine-grained auditing?

0 Answers   Oracle,


what is asm?

0 Answers   Oracle,


what is the use of ocr?

0 Answers   Oracle,


How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?

0 Answers  


What is the difference between Datapump & export/import?

2 Answers  






What are the different types of indexes available in sql server? : sql server DBA

0 Answers  


What is blocking and how would you troubleshoot it?

1 Answers  


what are the types of connection load-balancing?

0 Answers   Oracle,


I want to reuse a piece of code inside a stored procedure. This piece of code need to be invoked multiple times inside the procedure based on some different conditions. How to achieve this?

1 Answers  


Give two examples of referential integrity constraints.

2 Answers  


How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?

0 Answers  


In oracle 10g export, import if we declare rows=y/n what would be the output?

0 Answers   Value Labs,


Categories