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
What is the best free unix based os?
Explain some of the fundamental concepts of unix?
What is the architecture of unix operating system?
How can you get/set an environment variable from a program?
What is unix directory structure?
What are the main features of korn shell?
Explain file system in unix.
How to find a file in unix?
Which language unix is written?
What is ‘the principle of locality’?
What uses unix?
How do we change file access permissions?
List the different types of files that can be made available with unix?
Why is it that it is not advisable to use root as the default login?
What is unix and why is it important?