假设在/etc/exports添加/homepickle(rw,no_root_squash)这个条目之后,NFS服务器该如何处理()。A、/home目录可以共享给任何人,而且不需要密码的认证B、/home目录可以共享给任何人,但是需要密码的认证C、pickle目录可以挂载到/homeD、root用户不允许访问共享目录

假设在/etc/exports添加/homepickle(rw,no_root_squash)这个条目之后,NFS服务器该如何处理()。

  • A、/home目录可以共享给任何人,而且不需要密码的认证
  • B、/home目录可以共享给任何人,但是需要密码的认证
  • C、pickle目录可以挂载到/home
  • D、root用户不允许访问共享目录

相关考题:

若要单独为每个本地用户设置传输速度限制,需在主配置文件内添加哪条语句()。A.user_config_dir=/etc/vsftpd/userconfB.user_config_rate=/etc/vsftpd/userconfC.chroot_list=/etc/chroot_listD.local_max_rate=speed

你想用NFS在Linux servers之间共享文件。应该修改的文件是( ). A. /etc/exports. ConfB. /etc/exportsC. /etc/export. ConfD. /etc/export

在/etc/fstab文件中指定的文件系统加载参数中,()参数一般用于CD-ROM等移动设备。A.defaultsB.swC.rw和roD.noauto

在使用影子口令文件(shadowedpasswords)的Linux系统中,/etc/passwd文件和/etc/shadow文件的正确权限分别是()。A.rw-r-----,-r--------B.rw-r--r--,-r--r--r—C.rw-r--r--,-r--------D.rw-r--rw-,-r-----r--

The server host1 has been set up as a backup system with the following /etc/exports: How can a second server regularly use this disk space?() A./usr/sbin/mkfs -s 8G -o nbpi=2048,frag=512 /dev/lv00 -b -l host1B./usr/sbin/crnfsmnt -d /backups -l /backups host1 -R -X -v -S -b bgC./usr/sbin/mknfsmnt -f /backups -d /backups -h host1 -a -S -t rw -w bg -gD./usr/sbin/crfs -v nfs -g vg1 -A yes -p rw -m /backups -a logname=/dev/lv00

Atwo-nodeclusterprovidesNFSexportstoavarietyofUNIXclients.Duringfallovertesting,itisdeterminedthatsomeclientsareunabletomounttheexportedfilesystemsafterfallover,andbeforenodereintegration.Itisverifiedthatthefilesystemsbelongtoaresourcegroupandarecorrectin/usr/es/sbin/cluster/etc/exports.Whichofthefollowingmayprovideapossiblesolutiontothisproblem?()A.UseHWATforIPATtoprovidemorereliableNFSserving.B.UseAIXFastConnecttoprovidemorerobustNFSserving.C.UseNFSCrossMountingtoallowbothnodestoexportNFSproperly.D.UsetheFilesystemMountedbeforeIPConfiguredflagtoprovidemorepredictableNFSserving.

在RHEL5系统上安装了VSftpd作为FTP服务器,要求只允许192.168.1.0/24网段的主机访问,为达到上述目标,可以进行()设置。 A. 在/etc/hosts.allow 文件中添加“vsftpd:192.168.1.0/24“项B. 在/etc/hosts.allow 文件中添加“vsftpd:192.168.1.0/255.255.255.0”项C. 在/etc/hosts.deny 文件中添加“vsftpd:ALL”项D.在/etc/hosts.deny 文件中添加“vsftpd:192.168.1.0/255.255.255.0”项

在使用了shadow口令的系统中,/etc/passwd和/etc/shadow两个文件的权限正确的是:()。A.-rw-r-- , -r-----B.-rw-r--r- , -r--r--r-C.-rw-r--r- , -r------D.-rw-r--rw- , -r---r-

若要系统中每次缺省添加用户时,都自动设置用户的宿主目录为/users,需修改哪一个配置文件?A./etc/default/useraddB./etc/login.defsC./etc/shadowD./etc/passwd

若要系统中每次缺省添加用户时,都自动设置用户的宿主目录为/users,需修改哪一个配置文件?()。A、/etc/default/useraddB、/etc/login.defsC、/etc/shadowD、/etc/passwd

CentOS7上,将一个服务设为开机启动有哪几种方式()A、systemctlenablexxxxB、chkconfigxxxxonC、/etc/bashrc添加启动命令D、/etc/rc.local添加启动命令

在服务器上配置好NFS文件系统后,在客户机上可以使用下列方法中的()使用NFS文件系统。A、配置/etc/fstab文件,在系统启动时自动安装远程文件系统B、配置/etc/exports文件,在系统启动时自动安装远程文件系统C、用户使用mount命令手动安装D、用户使用create命令手动安装

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

The server host1 has been set up as a backup system with the following /etc/exports: How can a second server regularly use this disk space?()A、/usr/sbin/mkfs -s 8G -o nbpi=2048,frag=512 /dev/lv00 -b -l host1B、/usr/sbin/crnfsmnt -d /backups -l /backups host1 -R -X -v -S -b bgC、/usr/sbin/mknfsmnt -f /backups -d /backups -h host1 -a -S -t rw -w bg -gD、/usr/sbin/crfs -v nfs -g vg1 -A yes -p rw -m /backups -a logname=/dev/lv00

在Linux操作系统中,新建工作组的方法有()。A、groupaddB、useraddC、在/etc/group文件中手工添加D、在/etc/passwd文件中手工添加

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

在/etc/fstab 文件中指定的文件系统加载参数中, ()参数一般用于 CD-ROM 等移动设备。A、rw和roB、swC、noautoD、defaults

Linux/Unix关键的日志文件设置的权限应该为()A、-rw-r--r-B、-rw----C、-rw-rw-rw-D、-r----

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.

An administrator wishes to implement highly availble NFS exports within a PowerHA 5.3 cluster. How will theadministrator specify that these should be exported as NFS version 4?()A、Add the exports to the /etc/exports file specifying NFS version 4 as an export optionB、Install cluster.es.nfs fileset and add the exports to the resource group configurationC、Add the exports to the /usr/es/sbin/cluster/etc/exports file and specify NFS version 4 as an export optionD、Upgrade the cluster to PowerHA 5.4.1, install the cluster.es.nfs fileset and add the exports to the resourcegroup configuration

The server host1 has been set up as a backup system with the following /etc/exports./backups -rw. How can a second server regularly use this disk space?()A、/usr/sbin/mkfs -s 8G -o nbpi=2048,frag=512 /dev/lv00 -b -l host1B、/usr/sbin/crnfsmnt -d /backups -l /backups host1 -R -X -v -S -b bgC、/usr/sbin/mknfsmnt -f /backups -d /backups -h host1 -a -S -t rw -w bg -gD、/usr/sbin/crfs -v nfs -g vg1 -A yes -p rw -m /backups -a logname=/dev/lv00

在使用影子口令文件(shadowedpasswords)的Linux系统中,/etc/passwd文件和/etc/shadow文件的正确权限分别是()。A、rw-r-----,-r--------B、rw-r--r--,-r--r--r—C、rw-r--r--,-r--------D、rw-r--rw-,-r-----r--

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

单选题在使用影子口令文件(shadowedpasswords)的Linux系统中,/etc/passwd文件和/etc/shadow文件的正确权限分别是()。Arw-r-----,-r--------Brw-r--r--,-r--r--r—Crw-r--r--,-r--------Drw-r--rw-,-r-----r--

多选题在Linux操作系统中,新建工作组的方法有()。AgroupaddBuseraddC在/etc/group文件中手工添加D在/etc/passwd文件中手工添加

单选题当需要在系统中添加sales组,并在该组中添加uesr1user2uesr3三个用户时,我们需要添加下面的哪一行来实现()。A在/etc/group文件中,添加sales:44:user1,user2,user3B使用命令groupaddsalesC使用命令groupadd-asalesuser1user2user3D在/etc/group文件中,添加sales::44:user1,user2,user3

单选题假设在/etc/exports添加/homepickle(rw,no_root_squash)这个条目之后,NFS服务器该如何处理()。A/home目录可以共享给任何人,而且不需要密码的认证B/home目录可以共享给任何人,但是需要密码的认证Cpickle目录可以挂载到/homeDroot用户不允许访问共享目录

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