» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 4 »
Question 6/20
Explanation: The 'at' command is used to execute commands at a specified time and optional date. It can contain
an optional date, formed as a month and date, a day of the week, or a special keyword (today or tomorrow). An
increment can also be specified.
Reference: http://www.oreillynet.com/linux/cmd/a/at.html
Incorrect Answers
B: No options are required to run the script at the specified time. Furthermore, the options should be specified
before the time and date, not after them.
C: No options are required to run the script at the specified time. Furthermore, the options should be specified
before the time and date, not after them.
D: No options are required to run the script at the specified time. Furthermore, the options should be specified
before the time and date, not after them.