InterviewSolution
Saved Bookmarks
| 1. |
Which command permits to schedule jobs for later execution, as soon as the system load permits?(a) at(b) %(c) batch(d) cronThe question was asked in homework.The question is from Process Management in section The Process of Unix |
|
Answer» CORRECT option is (c) batch To elaborate: 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, |
|