QuestionQ2
Basic BSD System AdministrationWhich cron-job line executes myscript once every hour?
- A
-
-
-
-
- /pathto/myscript
-
-
-
-
- B 0 * * * * /pathto/myscript
- C
- 0 * * * /pathto/myscript
- D
-
- 0 * * /pathto/myscript
-
- E
-
-
- 0 * /pathto/myscript
-
-
Community Discussion