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 understand by the term filters?
What is the best free unix based os?
Is windows unix?
List some of the frequent shells used in unix along with their indicators?
How many types of files are there in unix?
Explain how and when a DNS request is solved when a user tries to surf to the site www.abcdeg.in .Assume the user machine uses a local name server and sits on another network other than www.abcdef.in.
How to restrict NULL value in UNIX
What does sort do in unix?
What is c shell in unix?
What is unix kernel explain it?
How to print/display the first line of a file in Unix?
What is the full form of unix operating system?
Explain Sticky bit?
What is the difference between unix and windows operating system?
Is it possible to create new a file system in UNIX?