某公司的网络管理员小云需要在他的Linux工作站上,通过NFS访问公司的文件服务器filesvr上的资源/netadmin。为此,他可以执行()。A、mount filesvr:/netadmin /mnt/nfs-tnfsB、mount //filesvr /netadmin /mnt/nfs-tnfsC、mount //filesvr /netadmin /mnt/nfsD、mount nfs://filesvr /netadmin /mnt/nfs

某公司的网络管理员小云需要在他的Linux工作站上,通过NFS访问公司的文件服务器filesvr上的资源/netadmin。为此,他可以执行()。

  • A、mount  filesvr:/netadmin  /mnt/nfs-tnfs
  • B、mount  //filesvr /netadmin  /mnt/nfs-tnfs
  • C、mount  //filesvr /netadmin  /mnt/nfs
  • D、mount  nfs://filesvr /netadmin  /mnt/nfs

相关考题:

如何装载(mount)上在/etc/fstab文件中定义的所有文件系统()A.mount-aB.mount/mnt/*C.mountD.mount/etc/fstab

如果想加载一个/dev/hdb1的WindowsXP分区到/mnt/winXP目录,需要运行哪个命令()A.mount-thpfs/mnt/win95/mnt/hdb1B.mount-thpfs/dev/hdb1/mnt/win95C.mount-tvfat/dev/hdb1/mnt/win95D.mount-tvfat/mnt/win95/dev/hdb1

在Linux操作系统中,如果我们先用mount命令加载光驱设备到/mnt/cdrom下,接着我们cd进入该目录,但用Is列出光盘内容后,我们需要换一张CD,这时我们需要先执行______操作。A.使用umoun卸载该设备B.直接按光驱的退盘键C.退出/mnt/cdrom目录D.重新加载设备mount-a

如何装载(mount)上在/etc/fstab文件中定义的所有文件系统()。A.mount-aB.mount/mnt/*C.mountD.cat/etc/fstab|mount

YouhavejustaddedaCD.ROMdrive(/dev/hdd)toyoursystemandhaveaddedittoyourfstab.Typicallyyoucanusewhichofthefollowingcommandstomountmediainthatdriveto/mnt/cdrom?() A.mount/dev/cdrom/mnt/cdromB.mount/dev/cdromC.mount-tcdrom/dev/cdrom/mnt/cdromD.mount/mnt/cdromE.automount/mnt/hdd/mnt/cdrom

用以下的哪个命令可以把server的/tmp mount 到 client的/mnt/tmp 并且是( )A.mount -o ro server:/tmp /mnt/tmpB.mount -o ro /mnt/tmp server:/tmpC .mount -o ro client:/mnt/tmp server:/tmpD.mount -o ro server:/tmp client:/mnt/tmp

如果我们先用mount命令加载光驱设备到/mnt/cdrom下,接着我们cd进入该目录,但用ls列出光盘内容后,我们需要换一张CD,这时我们需要先执行( )操作。 A.使用umount卸载该设备B.直接按光驱的退盘键C.退出/mnt/cdrom目录D.重新加载设备mount–a

以下哪些命令可以装载dos格式的软盘,(假设在fstab中软驱格式为ext2)()。 A.mount/dev/fd0B.mount–tvfat/dev/fd0/mnt/floppyC.mount/dev/fd0–tvfatD.mount–tauto/dev/fd0/mnt/floppy

在redhat linux 5操作系统中,如果要将dev目录下的sdb5挂载到mnt目录下的sdb5,可以采用的命令是()。 A.cat/dev/sdb5/mnt/sdb5B.in/dev/sdb5/mnt/sdb5C.mount/deb/sdb5/mnt/sdb5D.df/dev/sdb5/mnt/sdb5

在linux系统中,将光驱挂载到/mnt/cdrom目录下,以下正确的命令是()。A、cp /dev/cdrom /mnt/cdromB、unmount /dev/cdrom /mnt/cdromC、mount /mnt/cdromD、mount /dev/cdrom /mnt/cdrom

小风正以“fend”身份登录在自己的Linux工作站上,现在他需要通过ssh以“benet”身份远程登录文件服务器(filesvr)进行管理。他可以执行下列的操作:()。A、ssh filesvrB、ssh-L benet filesvrC、ssh-1 benet filesvrD、ssh feng@filesvr

LINUX支持网络文件系统NFS,下列哪个命令实现了将位于192.168.1.4机器上的/opt/sirnfs目录挂载到本机/mnt/sirnfs下:()A、mount-tnfs192.168.1.4:/opt/sirnfs/mnt/sirnfsB、mount-tnfs/mnt/sirnfs192.168.1.4:/opt/sirnfsC、mountnfs–t192.168.1.4:/opt/sirnfs/mnt/sirnfsD、mountnfs–t/mnt/sirnfs192.168.1.4:/opt/sirnfs

加载MS-DOS下的软盘的命令是()。A、mount -t /dev/fd0/mnt/floppyB、mount -t ext2/dev/fd0/mnt/floppyC、mount -t ext3/dev/fd0/mnt/floppyD、mount-t vfat/dev/fd0/mnt/floppy

在linux系统中,已经将设备/dev/hda3挂载到了/mnt/hda3,那么卸载此文件系统正确的命令是()。A、umount /mnt/hda3 /dev/hda3B、umount /mnt/hda3C、umount /dev/hda3D、umount /dev/hda3 /dev/hda3E、mount /mnt/hda3

mount/mnt/cdrom是指?()A、挂上软盘B、挂上硬盘C、挂上光盘D、挂上刻录机

安装zip驱动器的命令是()。A、$mount-tISO900/dev/sda4/mnt/zipdriveB、$mount/dev/sda4/mnt/zipdriveC、$mount-tvfat/dev/sda4/mnt/zipdriveD、$mount-tauto/dev/sda4/mnt/zipdrive

如何装载(mount)上在/etc/fstab文件中定义的所有文件系统?()A、mount -aB、mount/mnt/*C、mountD、cat/etc/fstab

You have just added a CD.ROM drive (/dev/hdd) to your system and have added it to yourfstab. Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?()A、 mount /dev/cdrom /mnt/cdromB、 mount/dev/cdromC、 mount -t cdrom /dev/cdrom /mnt/cdromD、 mount /mnt/cdromE、 automount /mnt/hdd /mnt/cdrom

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.

以下哪些命令可以装载dos格式的软盘,(假设在fstab中软驱格式为ext2)()。A、mount/dev/fd0B、mount–tvfat/dev/fd0/mnt/floppyC、mount/dev/fd0–tvfatD、mount–tauto/dev/fd0/mnt/floppy

将光盘CD-ROM安装到文件系统的/mnt/cdrom目录下的命令是()。A、mount/mnt/cdromB、mount/mnt/cdrom/dev/hdcC、mount/dev/hdc/mnt/cdromD、mount/dev/hdc

将光盘CD-ROM(hdc)安装到文件系统的/mnt/cdrom目录下的命令是()。A、mount/mnt/cdromB、mount/mnt/cdrom/dev/hdcC、mount/dev/hdc/mnt/cdromD、mount/dev/hdc

单选题如何装载(mount)上在/etc/fstab文件中定义的所有文件系统?()Amount -aBmount/mnt/*CmountDcat/etc/fstab

单选题LINUX支持网络文件系统NFS,下列哪个命令实现了将位于192.168.1.4机器上的/opt/sirnfs目录挂载到本机/mnt/sirnfs下:()Amount-tnfs192.168.1.4:/opt/sirnfs/mnt/sirnfsBmount-tnfs/mnt/sirnfs192.168.1.4:/opt/sirnfsCmountnfs–t192.168.1.4:/opt/sirnfs/mnt/sirnfsDmountnfs–t/mnt/sirnfs192.168.1.4:/opt/sirnfs

单选题安装zip驱动器的命令是()。A$mount-tISO900/dev/sda4/mnt/zipdriveB$mount/dev/sda4/mnt/zipdriveC$mount-tvfat/dev/sda4/mnt/zipdriveD$mount-tauto/dev/sda4/mnt/zipdrive

单选题You have just added a CD.ROM drive (/dev/hdd) to your system and have added it to yourfstab. Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?()A mount /dev/cdrom /mnt/cdromB mount/dev/cdromC mount -t cdrom /dev/cdrom /mnt/cdromD mount /mnt/cdromE automount /mnt/hdd /mnt/cdrom

单选题某公司的网络管理员小云需要在他的Linux工作站上,通过NFS访问公司的文件服务器filesvr上的资源/netadmin。为此,他可以执行()。Amount filesvr:/netadmin /mnt/nfs-tnfsBmount //filesvr /netadmin /mnt/nfs-tnfsCmount //filesvr /netadmin /mnt/nfsDmount nfs://filesvr /netadmin /mnt/nfs