What Does Job Mean?
A job refers to a unit of work or set of instructions given to an OS to execute. A job includes all the activities involved in completing a project. It may include small programs or large processes, depending on the project.
A job refers to a unit of work or set of instructions given to an OS to execute. A job includes all the activities involved in completing a project. It may include small programs or large processes, depending on the project.
A job scheduler often schedules the task that needs to be performed. These are arranged as a batch of jobs which will be given to the OS to perform by executing them in the background when other time-interactive activities are not taking place. The jobs that need to be run are lined up; this is known as job queue. Jobs are queued up and the time for each job is scheduled using the job scheduler. This makes system administration or maintenance activities easy by allowing the user to automate the job rather than perform it manually.