Positive SSL
1 167. 在 Linux 作業系統中,如要將預訂排程每 3 分鐘執行一次,crontab 內容應如何敘述?
A 3 1 * * 1 /bin/schedule.sh
B 1 3 * * 1 /bin/schedule.sh
C */3* * * * /bin/schedule.sh
D */30 * * * 1 /bin/schedule.sh