单项选择题
A、at /tmp/task.sh 10:00 08/10/05 B、at –f /tmp/task.sh 10:00 08/10/05 C、at –f /tmp/task.sh 10:00pm 08/10/05 D、at /tmp/task.sh 10:00am 08/10/05
在linux系统中,指定在今天下午 5:30 执行/tmp/test.sh文件,假设现在时间是 2008年9月...
单项选择题在linux系统中,指定在今天下午 5:30 执行/tmp/test.sh文件,假设现在时间是 2008年9月30日中午12:30,下面()命令是错误的。
A、at -f /tmp/test.sh 17:30 09/30/2008 B、at -f /tmp/test.sh 5:30pm 09/30/2008 C、at -f /tmp/test.sh now +5 minutes D、at -f /tmp/test.sh +5 minutes
在linux系统中,要建立cron任务,要求每年2月1日、8月1日的中午11点运行/tmp/test.sh文件...
单项选择题在linux系统中,要建立cron任务,要求每年2月1日、8月1日的中午11点运行/tmp/test.sh文件,应在crontab文件中输入()。
A、0 11 1 2 8 /tmp/test.sh B、0 11 1 2 8 * /tmp/test.sh C、0 11 1 2,8 /tmp/test.sh D、0 11 1 2,8 * /tmp/test.sh
在linux系统中,要为用户jenny建立cron任务,要求五月到九月这五个月每周日晚11:59运行/tmp/...
多项选择题在linux系统中,要为用户jenny建立cron任务,要求五月到九月这五个月每周日晚11:59运行/tmp/test.sh文件,应在crontab文件中输入()。
A、59 11 * 5,6,7,8,9 0 /tmp/test.sh B、59 11 * 5-9 0 /tmp/test.sh C、59 11 * 5,6,7,8,9 7 /tmp/test.sh D、59 11 * 5-9 7 /tmp/test.sh E、59 11 * */5 /tmp/test.sh