1)How to schedule a job,that will periodically execute in
second by crontab?
2)I know only second specific time to execute the job.
like 10 10 * * * sleep 40&&ps -l>/dev/pts/1
It will execute at 10:10:40 AM but do not know how to
execute 15 second,30 second so on at 10:10 am.

Answers were Sorted based on User's Feedback



1)How to schedule a job,that will periodically execute in second by crontab? 2)I know only second ..

Answer / damodar

You cannot schedule a every-second cronjob. Because in cron
the minimum unit you can specify is minute. In a typical
scenario, there is no reason for most of us to run any job
every second in the system

Is This Answer Correct ?    4 Yes 3 No

1)How to schedule a job,that will periodically execute in second by crontab? 2)I know only second ..

Answer / rhino

There need to be an enhancement in Unix to support this
feature which is not relavant

Cron job wakes up every minute and checks if there exists
any process in cron that requires to be executed , If yes
it executes the job and sleep again to wake up in the next
minute

Is This Answer Correct ?    2 Yes 1 No

1)How to schedule a job,that will periodically execute in second by crontab? 2)I know only second ..

Answer / santosh sathe

The only possible option is to write a script to execute
after every second in a minute.
cron will execute the script after every minute and the
script will start to execute the same after every second.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix General Interview Questions

What is the root directory in unix?

0 Answers  


How does unix work?

0 Answers  


What is unix inode?

0 Answers  


Why unix is secure than windows?

0 Answers  


What scheme does the Kernel in Unix System V follow while choosing a swap device among the multiple swap devices?

0 Answers  






Is unix os free?

0 Answers  


Which mode executes the fault handler?

0 Answers  


i m putting 2.6yrs fake exp in oracle/unix production support i want to know some real time issues,like tell me the challenging issue u ever faced? my project is credit card application plz help me!

0 Answers   Sapient,


What language is unix written?

0 Answers  


Explain what are the unix system calls for i/o?

0 Answers  


What unix means?

0 Answers  


What is source unix?

0 Answers  


Categories