1.

We can schedule a job to run at a specified time of day using _______ command.(a) batch(b) at(c) cron(d) jobsThe question was asked in an interview for internship.My question is from Process Management topic in portion The Process of Unix

Answer»

Right option is (B) at

Easiest explanation: UNIX provides sophisticated FACILITIES to schedule a JOB to run at a specified time of day using at command. at command TAKES as its arguments the time the job is to be executed and displays the > prompt. The input then has to be supplied from STANDARD input. For example,



Discussion

No Comment Found

Related InterviewSolutions