answersLogoWhite

0


Best Answer

If you want a job to run only once in the future use the 'at' command.

For more than a one-time execution, use the 'cron' facility with the 'crontab' command to create the schedule. Cron executions are specified one per line, with the following fields:

field allowed values

----- --------------

minute 0-59

hour 0-23

day of month 1-31

month 1-12 (or names, see below)

day of week 0-7 (0 or 7 is Sun, or use names)

The use of an asterisk '*' indicates all possible values. Ranges may be used as well.

An example would be:

15,30 10-12 * 12 * myjob.ksh

Which would run every 15 and 30 minutes past the hour, between 10 a.m. and noon, any day of the month in December on any day of the week, with the job called 'myjob.ksh'

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is a job run periodically in unix system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How is a job run periodically in UNIX systemExplain with an example?

see related link


How is a job run periodically in Unix?

You can use the 'at' command to schedule a job to run in the future (once), or use the 'crontab' command to schedule jobs to run periodically on a time and date basis. Look at the 'man' commands to see how the actual scheduling parameters are specified.


How many jobs run periodically in Unix?

As many as you want.


What does bg stands for in computer system?

BG is a command on Unix and Unix-like operating systems to run a job(process) asynchronously in the background.


How is a job run periodically in Unix system Explain with an example?

The cron facility of Unix allows periodic tasks to be started. You need to add a scheduler entry to cron (via crontab) in the form: minute hour dom month day-of-week So the entry: 0,15 3-5 * 12 0 /run/some/script would run the file /run/som/script on the hour and 15 minutes past the hour, from 3 - 5 a.m. every day of the month for December if the day is a Sunday.


What percentage of computers run on Unix?

Unix is not very popular with the general public. A more popular version is Linux. Around twenty percent tend to run on this system. Unix has competition also.


How much bits does UNIX supports?

Most modern UNIX systems run as a 64-bit Operating System.


Is Unix is a type of utility program?

No, Unix is an operating system program. A utility program cannot run by itself; it runs under an operating system.


What operating systems use fvwm-crystal?

FVWM-Crystal can be used on any operating system that can run FVWM. FVWM can run on most Unix and Unix-like operating systems with a reasonably recent version of the X Windows System.


What is the difference between UNIX and AS400?

The AS/400 is a specific piece of hardware manufactured by IBM corporation. It runs its own operating system. Unix is the designation for an Operating System and runs on multiple hardware. To my knowledge the AS/400 does not run any version of Unix.


What are the feature of unix operating system?

flexibe, faster to run programme ,very secure , portability


What are Features of unix operating system?

flexibe, faster to run programme ,very secure , portability