Which command permits to schedule jobs for later execution, as soon as the system load permits?

Which command permits to schedule jobs for later execution, as soon as the system load permits? Correct Answer batch

The batch command also allows us to schedule jobs for later execution but unlike at command, it executes the jobs as soon as the system load permits. For example, $ batch < emp.sh Commands will be executed using usr/bin/bash Job 1016171818.a at Sun Jan 15 16:07:00 2018 This command doesn’t take any arguments but uses an internal algorithm to determine the execution time.

Related Questions