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 / 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 |
Post New Answer View All Answers
Explain file system in unix.
How the Kernel handles the fork() system call in traditional Unix and in the System V Unix, while swapping?
How to give execute permission for a file in unix?
What is tilde unix?
how to kernel protected memory?
What are the bits that support the demand paging?
Where is unix operating system used?
What are three main elements of unix operating system?
If we are terminated at the middle of the program execution in UNIX,what will happen to the program, it will continue running r terminate r the o/p will be send to your mail?
Explain kernal and shell?
What is meant by unix operating system?
What are shell variables?
What is typeset in unix?
What is the explanation for protection fault?
Explain a path in unix.