InterviewSolution
Saved Bookmarks
| 1. |
Jobs scheduled using batch command can be removed using ___ option.(a) -a(b) -d(c) -f(d) -rI have been asked this question in an internship interview.My question is from Process Management in chapter The Process of Unix |
|
Answer» CORRECT option is (d) -r For explanation: Any job scheduled USING BATCH goes to a special at QUEUE. To remove a job from this queue we can use the -r option with at command. For example, |
|