单项选择题在linux系统中,系统管理员必需的,用于对系统进行管理维护的命令程序在()目录中。

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


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题在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

2.单项选择题在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

3.单项选择题在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

4.多项选择题在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

7.多项选择题在Red Hat Enterprise linux 5系统中,可以采用的软件包安装方式有()。

A、源码安装
B、rpm包安装
C、直接执行二进制文件
D、利用APT工具安装
E、利用yum工具安装

8.单项选择题在linux系统中,以下不属于利用rpm安装软件包的优势是()。

A、可升级性
B、强大的查询功能
C、提供系统校验
D、自动解决软件包之间的依赖关系

10.多项选择题在linux系统中,关于rpm软件包的使用,下列()命令是错误的。

A、rpm –qa
B、rpm -e snort
C、rpm -ivh bind-9.1.3-2.i386.rpm
D、rpm -qf talk
E、rpm -qi /etc/dhcpd.conf