在Linux服务器中,inetd/xinetd是Linux系统中一个重要服务。
【问题1】(2分)
下面选项中(1)是xinetd的功能。
(1)备选答案:
A.网络服务的守护进程
B.定时任务的守护进程
C.负责配置网络接口
D.负责启动网卡
【问题2】(2分)
默认情况下,xinetd配置目录信息为:
drwxr-xr-x 2 root root 4096 2009004-23 18:27 xinetd.d
则下列说法错误的是(2)。
(2)备选答案:
A.root用户拥有可执行权限
B.除root用户外,其他用户不拥有执行权限
C.root用户拥有可写权限
D.除root用户外,其他用户不拥有写权限
【问题3】(4分)
在Linux系统中,inetd服务的默认配置文件为(3)。
(3)备选答案:
A./etc/inet conf
B./etc/inetd.config
C./etc/inetd.conf
D./etc/inet.config
在Linux系统中,默认情况下,xinetd所管理服务的配置文件存放在(4)。
(4)备选答案:
A./etc/xinetd/
B./etc/xinetd.d/
C./usr/etc/xinetd/
D./usr/etc/xinetd.d/
【问题4】(4分)
某Linux服务器上通过xinetd来对各种网络服务进行管理,该服务器上提供ftp服务,ftp服务器程序文件为/usr/bin/ftpd,ftp服务器的配置文件/etc/xinetd.d/ftp内容如下所示,目前该服务器属于开启状态:
service ftp
{
Socket_type=stream;
protocol=(5)
wait=no
user=root
server=(6)
server_args=-el
disable=no
}
请完善该配置文件。
(5)备选答案:
A.TCP
B.UDP
C.IP
D.HTTP
(6)备选答案:
A./usr/bin/ftpd
B.ftpd
C.ftp
D./bin/ftpd
【问题5】(3分)
xinetd可使用only_from、no_access以及access_time等参数对用户进行访问控制。若服务器上ftp服务的配置信息如下所示:
service ftp
{
……
only-from=192.168.3.0/24 172.16.0.0
no_access=172.16.{1,2}
access_times=07:00-21:00
……
}
则下列说法中错误的是(7)。
(7)备选答案:
A.允许192.168.3.0/24中的主机访问该ftp服务器
B.172.16.3.0/24网络中的主机可以访问该服务器
C.IP地址为172.16.x.x的主机可以连接到此主机,但地址属于172.16.1.x、172.16.2.x的则不能连接
D.ftp服务器可以24小时提供服务
正确答案及解析
正确答案
解析
【问题1】(2分)
(1)A或网络服务的守护进程
【问题2】(2分)
(2)B或除root用户外,其他用户不拥有执行权限
【问题3】(每空2分,共4分)
(3)C或/etc/inetd.conf
(4)B或/etc/xinetd.d/
【问题4】(每空2分,共4分)
(5)A或TCP
(6)A或/usr/bin/ftpd
【问题5】(3分)
(7)D或ftp服务器可以24小时提供服务
【问题1】(2分)
Linux有许多网络服务,是通过xinetd进行总体管理的,比如说大名鼎鼎的telnet服务,就是通过xinetd进行管理的。但是,由于采用这种统一管理的方式,导致了效率的降低,所以现在的大型网络服务都是自己管理自己,比如httpd等。所以说,xinetd有一些过时了,但是经典的网络服务还是需要由它进行统一管理的。
【问题2】(2分)
默认情况下,xinetd配置目录信息为:
drwxr-xr-x 2 root root 4096 2009004-23 18:27 xinetd.d
这里第一位表示文件类型,文件类型有多种,d代表目录,-代表普通文件,c代表字符设备文件。
d字符之后的三组字符串rwxr-xr-x(每组字符串用三位字符表示)分别表示所有者、同组用户、其他用户对文件的权限。r、w、x表示可读(可列目录)、可写(对目录而言是可在目录中做写操作)和可执行(对目录而言是可以访问)。
drwxr-xr-x串后的2表示连接表示连接占用的节点数目,这个与连接文件(link file)有关。即相对于当前目录的二级目录数。
drwxr-xr-x 2之后的两个root分别表示文件(或目录)的“拥有者”和拥有者所在的用户组。
drwxr-xr-x 2 root?root之后的4096表示文件大小。
2009004-23 18:27表示文件的创建日期或者是最近的修改日期。
最后的xinetd.d表示文件名。
【问题3】(每空2分,共4分)
在Linux系统中,inetd服务的默认配置文件为/etc/inetd.conf;在Linux系统中,默认情况下,xinetd所管理服务的配置文件存放在/etc/xinetd.d/。
【问题4】(每空2分,共4分)
ftp是基于TCP的,因此(5)应为TCP;ftp服务器程序文件为/usr/bin/ftpd因此(6)填写/usr/bin/ftpd。
【问题5】(3分)
access_times=07:00-21:00表示,提供ftp服务时间为07:00-21:00。
包含此试题的试卷
你可能感兴趣的试题
Advancements in ( )have contributed to the growth of the automotive industry through the creation and evolution of self-driving vehicles.
-
- A.Artificial Intelligence
- B.Cloud Computing
- C.Internet of Things
- D.Big Data
- 查看答案
In project human resource management , ( )is not a source of power for the project manager.
-
- A.referent power
- B.expert power
- C.reward power
- D.audit power
- 查看答案
At the project establishment stage , the feasibility study mainly includes techinical feasibility analysis , ( ), operation environment feasibility analysis and other aspects of feasibility analysis.
-
- A.detail feasibility analysis
- B.opportunity analysis
- C.economic feasibility analysis
- D.risk analysis
- 查看答案
( )is a grid that shows the project resources assigned to each work package.
-
- A.Stakeholder engagement assessment matrix
- B.Requirements traceability matrix
- C.Probability and impact matrix
- D.Responsibility assignment matrix
- 查看答案
Xinhua News Agency reported in January 2022,Chian will further promote the developmet of a digital economy during the 14th Five-Year Plan eriod(2021-2025). The plan also emphasized industrial ( )transformation.
-
- A.digital
- B.networking
- C.intelligentize
- D.informatization
- 查看答案