单选题NFS服务器通过调用/etc/rc.d/init.d中的portmap和nfs脚本启动,启动后它将通过寻找本地服务器的()文件,向网络上的子机提供NFS文件共享服务A /etc/hostsB /etc/inittabC /etc/inet.dD /etc/exports

题目
单选题
NFS服务器通过调用/etc/rc.d/init.d中的portmap和nfs脚本启动,启动后它将通过寻找本地服务器的()文件,向网络上的子机提供NFS文件共享服务
A

/etc/hosts

B

/etc/inittab

C

/etc/inet.d

D

/etc/exports


相似考题
更多“单选题NFS服务器通过调用/etc/rc.d/init.d中的portmap和nfs脚本启动,启动后它将通过寻找本地服务器的()文件,向网络上的子机提供NFS文件共享服务A /etc/hostsB /etc/inittabC /etc/inet.dD /etc/exports”相关问题
  • 第1题:

    要配置NFS服务器,在服务器端主要配置()文件。

    A./etc/rC.d/rC.inet1

    B./etc/rC.d/rC.M

    C./etc/exports

    D./etc/rC.d/rC.S


    参考答案:C

  • 第2题:

    为保证在启动Linux服务器时自动启动DHCP进程,应在( )文件中将配置项dhcpd=no改为dhcpd=yes。

    A./etc/rc.d/rc.inet1
    B./etc/rc.d/rc.inet2
    C./etc/dhcpd.conf
    D./etc/rc.d/rc.s

    答案:A
    解析:
    etc/rc.d/rc.inetd为网络超级守护进程,/etc/rc.d/rc.inet1是其配置文件。

  • 第3题:

    下列文件中不是Linux下的网络配置文件的是()。

    • A、/etc/ hosts
    • B、/etc/ sysconfig/ network
    • C、/etc/ sysconfig/ network-scripts/ ifcfg-eth0
    • D、/etc/ rc.d/init.d/ network

    正确答案:D

  • 第4题:

    要配置NFS服务器,在服务器端主要配置()文件。

    • A、/etc/rC.d/rC.inet1
    • B、/etc/rC.d/rC.M
    • C、/etc/exports
    • D、D./etc/rd/rC.S

    正确答案:C

  • 第5题:

    NFS服务器通过调用/etc/rc.d/init.d中的portmap和nfs脚本启动,启动后它将通过寻找本地服务器的()文件,向网络上的子机提供NFS文件共享服务

    • A、/etc/hosts
    • B、/etc/inittab
    • C、/etc/inet.d
    • D、/etc/exports

    正确答案:D

  • 第6题:

    /etc/exports文件是NFS系统的基本配置文件


    正确答案:正确

  • 第7题:

    What is the process for creating an NFS mount between two servers in the same network zone?()

    • A、Export the desired filesystem in the /etc/nfs file, run ’exportfs -a’,create a mount directory on the desired server, and mount the NFS filesystem.
    • B、Run ’exportfs -a’,export the desired filesystem in the /etc/nfs file,create a mount directory on the desired server, and mount the NFS filesystem.
    • C、Export the desired filesystem in the /etc/exports file, run ’exportfs -a’,create a mount directory on the desired server,and mount the NFS filesystem.
    • D、Run ’exportfs -u’,export the desired filesystem in the /etc/exports file, create a mount directory on the desired server,and mount the NFS filesystem.

    正确答案:C

  • 第8题:

    单选题
    What is the process for creating an NFS mount between two servers in the same network zone?()
    A

    Export the desired filesystem in the /etc/nfs file, run 'exportfs -a', create a mount directory on the desired server, and mount the NFS filesystem.

    B

    Run 'exportfs -a', export the desired filesystem in the /etc/nfs file, create a mount directory on the desired server, and mount the NFS filesystem.

    C

    Export the desired filesystem in the /etc/exports file, run 'exportfs -a', create a mount directory on the desired server, and mount the NFS filesystem.

    D

    Run 'exportfs -u', export the desired filesystem in the /etc/exports file, create a mount directory on the desired server, and mount the NFS filesystem.


    正确答案: A
    解析: 暂无解析

  • 第9题:

    单选题
    下列文件中不是Linux下的网络配置文件的是()。
    A

    /etc/ hosts

    B

    /etc/ sysconfig/ network

    C

    /etc/ sysconfig/ network-scripts/ ifcfg-eth0

    D

    /etc/ rc.d/init.d/ network


    正确答案: A
    解析: 暂无解析

  • 第10题:

    单选题
    要配置NFS服务器,在服务器端主要配置()文件。
    A

    /etc/rC.d/rC.inet1

    B

    /etc/rC.d/rC.M

    C

    /etc/exports

    D

    D./etc/rd/rC.S


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    NFS服务器的配置文件是由操作系统默认安装的文件,它是()。
    A

    /etc/exports

    B

    /etc/nfs/exports

    C

    /etc/nfs.conf

    D

    /etc/imports


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    NFS服务器可以共享目录和文件,用来记录共享目录和文件列表的文件是()。
    A

    /usr/exports

    B

    /etc/exports

    C

    /file/shared

    D

    /etc/shared


    正确答案: C
    解析: 暂无解析

  • 第13题:

    与NFS相关的系统文件不包括()。

    A./etc/hosts

    B./etc/rc

    C./etc/export

    D./etc/filesystems


    参考答案:A

  • 第14题:

    在服务器上配置好NFS文件系统后,在客户机上可以使用下列方法中的()使用NFS文件系统。

    • A、配置/etc/fstab文件,在系统启动时自动安装远程文件系统
    • B、配置/etc/exports文件,在系统启动时自动安装远程文件系统
    • C、用户使用mount命令手动安装
    • D、用户使用create命令手动安装

    正确答案:A,C

  • 第15题:

    NFS服务器的配置文件是由操作系统默认安装的文件,它是()。

    • A、/etc/exports
    • B、/etc/nfs/exports
    • C、/etc/nfs.conf
    • D、/etc/imports

    正确答案:A

  • 第16题:

    为保证在启动服务器时自动启动DHCP进程,应对()文件进行编辑。

    • A、/etc/rC.d/rC.inet2
    • B、/etc/rC.d/rC.inet1
    • C、/etc/dhcpD.conf
    • D、/etc/rC.d/rC.S

    正确答案:B

  • 第17题:

    NFS服务器可以共享目录和文件,用来记录共享目录和文件列表的文件是()。

    • A、/usr/exports
    • B、/etc/exports
    • C、/file/shared
    • D、/etc/shared

    正确答案:B

  • 第18题:

    服务器的网络配置文件有()

    • A、/etc/hosts
    • B、/etc/hostname.hme0
    • C、/etc/netmasks
    • D、/etc/defaultrouter

    正确答案:A,B,C,D

  • 第19题:

    与NFS相关的系统文件不包括()。

    • A、/etc/hosts
    • B、/etc/rc
    • C、/etc/export
    • D、/etc/filesystems

    正确答案:A

  • 第20题:

    多选题
    在服务器上配置好NFS文件系统后,在客户机上可以使用下列方法中的()使用NFS文件系统。
    A

    配置/etc/fstab文件,在系统启动时自动安装远程文件系统

    B

    配置/etc/exports文件,在系统启动时自动安装远程文件系统

    C

    用户使用mount命令手动安装

    D

    用户使用create命令手动安装


    正确答案: D,A
    解析: 暂无解析

  • 第21题:

    单选题
    与NFS相关的系统文件不包括()。
    A

    /etc/hosts

    B

    /etc/rc

    C

    /etc/export

    D

    /etc/filesystems


    正确答案: A
    解析: 暂无解析

  • 第22题:

    判断题
    /etc/exports文件是NFS系统的基本配置文件
    A

    B


    正确答案:
    解析: 暂无解析

  • 第23题:

    单选题
    为保证在启动服务器时自动启动DHCP进程,应对()文件进行编辑。
    A

    /etc/rC.d/rC.inet2

    B

    /etc/rC.d/rC.inet1

    C

    /etc/dhcpD.conf

    D

    /etc/rC.d/rC.S


    正确答案: A
    解析: 暂无解析