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.
Answer Posted / 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 View All Answers
How to terminate a shell script if statement?
What is awk sed unix?
How to find a file in unix?
Define the term directory?
Is it possible to restrict incoming message?
What are data structures that are used for Demand Paging?
Explain Sticky bit?
What are the file permissions and access modes in unix?
Where is unix used today?
How do I run a unix script?
What is standard unix streams ?
What is a unix file?
What is the difference between unix and windows operating system?
Which file system is used in unix?
Which data structure is used to maintain the file identification?