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 / 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 |
Post New Answer View All Answers
How do I run a .sh file in unix?
Explain superblock in unix.
What is meant by u-area?
How to get the n-th field from a Unix command output?
What is unix and why it is used?
Explain piping.
Does windows use unix?
How would you explain a kernel to a non-technical person?
Define a process group.
Is windows a unix operating system?
What scheme does the Kernel in Unix System V follow while choosing a swap device among the multiple swap devices?
What is home directory in unix?
What is unix pattern?
Why was unix created?
What is the use of unix?