将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

相似考题
更多“将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”相关问题
  • 第1题:

    Asystemadministratorisattemptingtounmountfilesystem/dev/dataandreceivesthefollowingmessage:umount:0506-349Cannotunmount/dev/data:Therequestedresourceisbusy.Whichofthefollowingcommandscanbeusedtodeterminewhichprocesshasopenreferenceswithinthefilesystem?()

    A.lsfs

    B.topas

    C.fuser

    D.mount


    参考答案:C

  • 第2题:

    将WindowsC:盘(hda1)安装在Linux文件系统的/winsys目录下,命令是()。

    A.mountdev/had1/winsys

    B.mount/dev/had1/winsys

    C.mount/dev/had1winsys

    D.mountdev/had1winsys


    参考答案:B

  • 第3题:

    在linux系统中,将光驱挂载到/mnt/cdrom目录下,以下正确的命令是()。

    • A、cp /dev/cdrom /mnt/cdrom
    • B、unmount /dev/cdrom /mnt/cdrom
    • C、mount /mnt/cdrom
    • D、mount /dev/cdrom /mnt/cdrom

    正确答案:D

  • 第4题:

    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_all
    • B、 geninstall -d /dev/cd0 all
    • C、 installp -acgX -d /dev/cd0 all
    • D、 updateios -dev /dev/cd0 -accept -install

    正确答案:D

  • 第5题:

    安装zip驱动器的命令是()。

    • A、$mount-tISO900/dev/sda4/mnt/zipdrive
    • B、$mount/dev/sda4/mnt/zipdrive
    • C、$mount-tvfat/dev/sda4/mnt/zipdrive
    • D、$mount-tauto/dev/sda4/mnt/zipdrive

    正确答案:D

  • 第6题:

    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/cdrom
    • B、 mount/dev/cdrom
    • C、 mount -t cdrom /dev/cdrom /mnt/cdrom
    • D、 mount /mnt/cdrom
    • E、 automount /mnt/hdd /mnt/cdrom

    正确答案:D

  • 第7题:

    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 /check
    • B、 mount -F ufs -o rw /dev/fssnap/0 /check
    • C、 mount -F ufs -o ro /export/project /check
    • D、 mount -F ufs -o rw /export/project /check

    正确答案:A

  • 第8题:

    将光盘CD-ROM安装到文件系统的/mnt/cdrom目录下的命令是()。

    • A、mount/mnt/cdrom
    • B、mount/mnt/cdrom/dev/hdc
    • C、mount/dev/hdc/mnt/cdrom
    • D、mount/dev/hdc

    正确答案:C

  • 第9题:

    将WindowsC://盘(hda1)安装在Linux文件系统的/winsys目录下,命令是()。

    • A、mountdev/had1/winsys
    • B、mount/dev/had1/winsys
    • C、mount/dev/had1winsys
    • D、mountdev/had1winsys

    正确答案:B

  • 第10题:

    单选题
    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_all

    B

     geninstall -d /dev/cd0 all

    C

     installp -acgX -d /dev/cd0 all

    D

     updateios -dev /dev/cd0 -accept -install


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

  • 第11题:

    单选题
    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/cdrom

    B

     mount/dev/cdrom

    C

     mount -t cdrom /dev/cdrom /mnt/cdrom

    D

     mount /mnt/cdrom

    E

     automount /mnt/hdd /mnt/cdrom


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

  • 第12题:

    单选题
    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 /check

    B

     mount -F ufs -o rw /dev/fssnap/0 /check

    C

     mount -F ufs -o ro /export/project /check

    D

     mount -F ufs -o rw /export/project /check


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

  • 第13题:

    以下哪些命令可以装载dos格式的软盘,(假设在fstab中软驱格式为ext2)()。

    A.mount/dev/fd0

    B.mount–tvfat/dev/fd0/mnt/floppy

    C.mount/dev/fd0–tvfat

    D.mount–tauto/dev/fd0/mnt/floppy


    参考答案:B, D

  • 第14题:

    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 directory
    • B、"tar -xvf /dev/cd0" from the target directory
    • C、"restore -xvqf /dev/cd0" from the target directory
    • D、mount the cdrom on /cdrom and run "cp /cdrom/* ." from the target directory

    正确答案:A

  • 第15题:

    启用交换分区/dev/sdb5的命令:()

    • A、swapon/dev/sdb5
    • B、mkswap/dev/sdb5
    • C、mount/dev/sdb5
    • D、fdisk/dev/sdb5

    正确答案:A

  • 第16题:

    加载MS-DOS下的软盘的命令是()。

    • A、mount -t /dev/fd0/mnt/floppy
    • B、mount -t ext2/dev/fd0/mnt/floppy
    • C、mount -t ext3/dev/fd0/mnt/floppy
    • D、mount -t vfat/dev/fd0/mnt/floppy

    正确答案:D

  • 第17题:

    将/dev/sdb1分区挂载到/wg目录上的命令()

    • A、mount/dev/sdb1/wg
    • B、mount
    • C、umount/dev/sdb1/wg
    • D、mount/dev/sdb1

    正确答案:A

  • 第18题:

    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 directory
    • B、tar -xvf /dev/cd0 from the target directory
    • C、restore -xvqf /dev/cd0 from the target directory
    • D、mount the cdrom on /cdrom and cp /cdrom/* . from the target directory

    正确答案:A

  • 第19题:

    以下哪些命令可以装载dos格式的软盘,(假设在fstab中软驱格式为ext2)()。

    • A、mount/dev/fd0
    • B、mount–tvfat/dev/fd0/mnt/floppy
    • C、mount/dev/fd0–tvfat
    • D、mount–tauto/dev/fd0/mnt/floppy

    正确答案:B,D

  • 第20题:

    将光盘CD-ROM(hdc)安装到文件系统的/mnt/cdrom目录下的命令是()。

    • A、mount/mnt/cdrom
    • B、mount/mnt/cdrom/dev/hdc
    • C、mount/dev/hdc/mnt/cdrom
    • D、mount/dev/hdc

    正确答案:C

  • 第21题:

    单选题
    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 directory

    B

    tar -xvf /dev/cd0 from the target directory

    C

    restore -xvqf /dev/cd0 from the target directory

    D

    mount the cdrom on /cdrom and cp /cdrom/* . from the target directory


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

  • 第22题:

    单选题
    安装zip驱动器的命令是()。
    A

    $mount-tISO900/dev/sda4/mnt/zipdrive

    B

    $mount/dev/sda4/mnt/zipdrive

    C

    $mount-tvfat/dev/sda4/mnt/zipdrive

    D

    $mount-tauto/dev/sda4/mnt/zipdrive


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

  • 第23题:

    单选题
    将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


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