In which directory would a system administrator store scripts that should be run monthly by the cron daemon?

A. /var/cron/monthly
B. /etc/crontab/monthly
C. /var/crontab/monthly
D. /etc/cron.monthly


Answer: D

Computer Science & Information Technology

You might also like to view...

Which one of the following would correctly complete the class definition above?

``` Class Matrix { public: Matrix() {} private: int rows; int cols; // Completion goes here } ``` a. int mat[][]; b. int mat[rows][cols]; c. int mat[][cols]; d. int mat[6][6];

Computer Science & Information Technology

You can use ____ software to capture musical themes from a MIDI instrument.

A. digitization B. sequencer C. amplification D. audio

Computer Science & Information Technology

The Unicode of 'a' is 97. What is the Unicode for 'c'?

a. 96 b. 97 c. 98 d. 99

Computer Science & Information Technology

You can export an Access table or form to another Access database

Indicate whether the statement is true or false

Computer Science & Information Technology