将cd-rom mount成一个文件系统的命令是()。A、mount -F HS -ro /dev/cd0 /cdromB、mount -f NFS -ro /dev/cd0 /cdromC、mount -r /dev/cd0 /cdromD、mount -f /dev/cd0 /cdrom

将cd-rom mount成一个文件系统的命令是()。

  • A、mount -F HS -ro /dev/cd0 /cdrom
  • B、mount -f NFS -ro /dev/cd0 /cdrom
  • C、mount -r /dev/cd0 /cdrom
  • D、mount -f /dev/cd0 /cdrom

相关考题:

假定kernel支持vfat分区,下面哪一个操作是将/dev/hda1,一个Windows分区加载到/win目录()A.mount-twindows/win/dev/hda1B.mount-fs=msdos/dev/hda1/winC.mount-swin/dev/hda1/winD.mount–tvfat/dev/hda1/win

如果想加载一个/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

Asnapshotofthe/export/projectfilesystemhasbeentaken.Priortobackingupthefilesystem,youneedtochecktoseeifcertainfilesareonthesnapshot.Thesnapshotneedstobemountedtocheckforthesefiles.Whichcommandwillmountthesnapshot?()A.mount-Fufs-oro/dev/fssnap/0/checkB.mount-Fufs-orw/dev/fssnap/0/checkC.mount-Fufs-oro/export/project/checkD.mount-Fufs-orw/export/project/check

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

Asystemadministratorisattemptingtounmountfilesystem/dev/dataandreceivesthefollowingmessage:umount:0506-349Cannotunmount/dev/data:Therequestedresourceisbusy.Whichofthefollowingcommandscanbeusedtodeterminewhichprocesshasopenreferenceswithinthefilesystem?()A.lsfsB.topasC.fuserD.mount

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

将WindowsC:盘(hda1)安装在Linux文件系统的/winsys目录下,命令是()。 A.mountdev/had1/winsysB.mount/dev/had1/winsysC.mount/dev/had1winsysD.mountdev/had1winsys

everal people in an finance customer IT department are asking for fileset updates that the  system administrator received from IBM earlier that day on CD-ROM. The system administrator created an install directory on their machine and made it available to everyone.  Which of the following commands will allow the system administrator to copy the images from an IBM update CD-ROM to the install directory()A、"smit bffcreate" from the target directoryB、"tar -xvf /dev/cd0" from the target directoryC、"restore -xvqf /dev/cd0" from the target directoryD、mount the cdrom on /cdrom and run "cp /cdrom/* ." from the target directory

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

启用交换分区/dev/sdb5的命令:()A、swapon/dev/sdb5B、mkswap/dev/sdb5C、mount/dev/sdb5D、fdisk/dev/sdb5

A system administrator has successfully backed up the VIOS software and is ready to perform a VIOS software update. Which command will the administrator use to update the software from a CD? ()A、 smit update_allB、 geninstall -d /dev/cd0 allC、 installp -acgX -d /dev/cd0 allD、 updateios -dev /dev/cd0 -accept -install

加载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

安装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

将/dev/sdb1分区挂载到/wg目录上的命令()A、mount/dev/sdb1/wgB、mountC、umount/dev/sdb1/wgD、mount/dev/sdb1

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

Several people in an Information Technology (IT) department are asking for fileset updates that the system administrator received earlier that day on CD-ROM. The system administrator created an install directory on their machine and made it available to everyone. Which of the following commands will allow the system administrator to copy the images from the CD-ROM to the install directory?()A、smit bffcreate from the target directoryB、tar -xvf /dev/cd0 from the target directoryC、restore -xvqf /dev/cd0 from the target directoryD、mount the cdrom on /cdrom and cp /cdrom/* . from the target directory

A snapshot of the /export/project file system has been taken. Prior to backing up the file system, you need to check to see if certain files are on the snapshot. The snapshot needs to be mounted to check for these files.  Which command will mount the snapshot? ()A、 mount -F ufs -o ro /dev/fssnap/0 /checkB、 mount -F ufs -o rw /dev/fssnap/0 /checkC、 mount -F ufs -o ro /export/project /checkD、 mount -F ufs -o rw /export/project /check

以下哪些命令可以装载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

将WindowsC://盘(hda1)安装在Linux文件系统的/winsys目录下,命令是()。A、mountdev/had1/winsysB、mount/dev/had1/winsysC、mount/dev/had1winsysD、mountdev/had1winsys

单选题Several people in an Information Technology (IT) department are asking for fileset updates that the system administrator received earlier that day on CD-ROM. The system administrator created an install directory on their machine and made it available to everyone. Which of the following commands will allow the system administrator to copy the images from the CD-ROM to the install directory?()Asmit bffcreate from the target directoryBtar -xvf /dev/cd0 from the target directoryCrestore -xvqf /dev/cd0 from the target directoryDmount the cdrom on /cdrom and cp /cdrom/* . from the target directory

单选题A system administrator has successfully backed up the VIOS software and is ready to perform a VIOS software update. Which command will the administrator use to update the software from a CD? ()A smit update_allB geninstall -d /dev/cd0 allC installp -acgX -d /dev/cd0 allD updateios -dev /dev/cd0 -accept -install

单选题安装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

单选题将cd-rom mount成一个文件系统的命令是()。Amount -F HS -ro /dev/cd0 /cdromBmount -f NFS -ro /dev/cd0 /cdromCmount -r /dev/cd0 /cdromDmount -f /dev/cd0 /cdrom

单选题A snapshot of the /export/project file system has been taken. Prior to backing up the file system, you need to check to see if certain files are on the snapshot. The snapshot needs to be mounted to check for these files.  Which command will mount the snapshot? ()A mount -F ufs -o ro /dev/fssnap/0 /checkB mount -F ufs -o rw /dev/fssnap/0 /checkC mount -F ufs -o ro /export/project /checkD mount -F ufs -o rw /export/project /check