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
What is umask in unix?
What are the advantages of unix?
What is unix explain its architecture?
What is difference between ssh v1 and ssh v2?
How do you sort in unix?
Explain superblock in unix.
What is the procedure to configure MC/SG Cluster services in HP-UX 11i v3 OS Environment?
What is architecture of unix operating system?
What is the main goal of the Memory Management?
What are pipes and filters in unix?
I want to invest in learning things that will get me good jobs in future. But wondering if Unix knowledge is something that is a MUST have or is it better to do any Data-warehouse tool (cognos, Qclik view, ETL etc..). Please suggest me.
What is the difference between soft link and hard link in Unix operating system ?
What is the use of grep and egrep in unix?
What is unix and shell scripting?
Name the key features of the korn shell.