單項(xiàng)選擇題在linux系統(tǒng)中,系統(tǒng)管理員必需的,用于對系統(tǒng)進(jìn)行管理維護(hù)的命令程序在()目錄中。

A、/bin
B、/sbin
C、/usr/bin
D、/usr/sbin


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在linux系統(tǒng)中,要增加一個(gè)在8月10日上午10:00運(yùn)行的任務(wù)/tmp/task.sh,應(yīng)執(zhí)行的命令是()。

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

2.單項(xiàng)選擇題在linux系統(tǒng)中,指定在今天下午 5:30 執(zhí)行/tmp/test.sh文件,假設(shè)現(xiàn)在時(shí)間是 2008年9月30日中午12:30,下面()命令是錯(cuò)誤的。

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

3.單項(xiàng)選擇題在linux系統(tǒng)中,要建立cron任務(wù),要求每年2月1日、8月1日的中午11點(diǎn)運(yùn)行/tmp/test.sh文件,應(yīng)在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

4.多項(xiàng)選擇題在linux系統(tǒng)中,要為用戶jenny建立cron任務(wù),要求五月到九月這五個(gè)月每周日晚11:59運(yùn)行/tmp/test.sh文件,應(yīng)在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