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
What do you mean by unix?
Differentiate between absolute and related path?
Is unix a programming language?
Is unix os free?
How to give execute permission for a file in unix?
Is mac terminal unix?
How would you display the last line of a file?
How do you sort in unix?
What is the command to connect to remote terminals
List a few significant features of unix?
How to find out what processes are running in the background in unix?
Differentiate multiuser from multitask.
What is hardlink and softlink in unix?
Explain what is standard unix streams ?
How the Kernel handles the fork() system call in traditional Unix and in the System V Unix, while swapping?