單項選擇題在linux系統(tǒng)中,直接執(zhí)行kill590命令時,默認(rèn)的信號是()。

A、SIGHP
B、SIGQUIR
C、SIGKILL
D、SIGTERM


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題在linux系統(tǒng)中,要增加一個在8月10日上午10:00運行的任務(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

3.單項選擇題在linux系統(tǒng)中,指定在今天下午 5:30 執(zhí)行/tmp/test.sh文件,假設(shè)現(xiàn)在時間是 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

4.單項選擇題在linux系統(tǒng)中,要建立cron任務(wù),要求每年2月1日、8月1日的中午11點運行/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

5.多項選擇題在linux系統(tǒng)中,要為用戶jenny建立cron任務(wù),要求五月到九月這五個月每周日晚11:59運行/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