单项选择题
A、/bin B、/sbin C、/usr/bin D、/usr/sbin
在linux系统中,要增加一个在8月10日上午10:00运行的任务/tmp/task.sh,应执行的命令是()...
单项选择题在linux系统中,要增加一个在8月10日上午10:00运行的任务/tmp/task.sh,应执行的命令是()。
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