-->
当前位置:首页 > 题库

单选题:Which one of the following commands would be best suited to moun

Luz5年前 (2021-05-10)题库572
Which one of the following commands would be best suited to mount a CD-ROM containing a Linux distribution, without depending on any configuration files?@[B](1)
A. mount -f linux /dev/hdc /mnt/cdrom
B. mount -t iso9660 /dev/cdrom /mnt/cdrom
C. mount -t linux /dev/cdrom /mnt/cdrom
D. mount -t iso9660 /mnt/cdrom /dev/cdrom



A.mount -f linux /dev/hdc /mnt/cdrom
B.mount -t iso9660 /dev/cdrom /mnt/cdrom
C.mount -t linux /dev/cdrom /mnt/cdrom
D.mount -t iso9660 /mnt/cdrom /dev/cdrom


答案:B