hanna wants to schedule a job to run every monday morning at 9 am. which of the following commands can she use to create the schedule?
a) 0 9 * * 1 your_command_here
b) 0 9 * * MON your_command_here
c) 0 9 * * 1 your_script.sh
d) 0 9 * * MON your_script.sh