单项选择题
在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文件,应在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/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 -
多项选择题
在linux系统中,()命令可以让root用户知道当前系统中有哪些用户已经登录到系统。
A、whoami
B、who
C、w
D、chfn
E、whoareyou
