• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back
You need to mount the CD-ROM device to the /media/cdrom diretory. What command should you use?
?
A number of new filesystems have been added to the server and you want them to be active now. You also do not want to bring the server down. Which command makes the changes active?
mount -a
init q
mount -r
mount -t
Yesterday you created a new swap area for your system. Today, after rebooting the system, you find the swap area is not mounted. What should you do to ensure the swap area is mounted each time the system boots?
- Edit /etc/fstab and add the swap partition
- Remount the swap area. Then run export mount to make the change persistent
- Edit /etc/inittab and add the swap area
- Edit /etc/mtab and add the swap partition
- Run the mount --auto command and identify the swap area partition
Which of the following is NOT true regarding mount points?
- The /home directory must be attached to the system with a mount point before use
- Mount points should always be empty directories
- /mnt is a directory that contain mount points for temporarily mounted filesystems
- Mount points use the partitions represented by device files located in the /lib directory
You have partitioned and formatted a new hard drive, sdc. You want to mount the first partition on sdc directory /mnt/newdisk. Which command will perform the mount correctly?
mount /sdc1 /mnt/newdisk
mount /dev/sdc1 /mnt/newdisk
mount /dsk/sdc_first .mnt/newdisk
mount /mnt/newdisk /dev/sdc1
mount /devsdc /mnt/newdisk
You have added several new hard disks to your system. After partitioning and formatting you have modified a configuration file to mount these new filesystems automatically. You want to document the change you made. What file would you document?
/etc/modules.conf
/etc/fstab
/etc/crontab
/etc/inittab
You are preparing to mount a device local to your system. Which directory holds the device files?
/devices
/dev
/local/dev
/pot/dev
Which file shoes the currently mounted volumes?
/etc/mtab
/etc/fstab
/etc/mount.conf
/etc/mount
Where is the file system table located on a Linux system?
?
A user is trying to access a file system at /mnt/sdb1 but receives an error. No such file or directory. Which commands can you use to see the current mount points? (choose2)
mounts
df
mntfs
mount
mntchk
fsck
You want to mount a number of filesystems each time the system is brought up. Which configuration file should old the configuration information for the filesystems to be mounted?
/etc/profile
/etc/mount
/etc/inittab
/etc/fstab
You are trying to unmount /ev/sdd3 but are recieving a "device is busy: erroe message. What can you do to try to unmount the file system? (choose all that apply)
- Edit /etc/fstab and remove the mount. Try unmount again
- Make sure your current working directory is not on the file system and try to unmount again
- Reboot the system because the file sustem is locked
- use the fscls command to close any open files on the filesystem. Try unmount again
- Find and close any open files on the file system, and try to unmount again
Which of the following directories is specified by Filesystem Hierarchy Standard (FHS) as a mount point for removable media, such as USB storage media, DVDs, CD-ROMs, and Zip disks?
/mount
/
/media
/mnt
You need to configure your Linux system to allow only the root user to mount the CD-ROM device. Which of the following options should you add to the /etc/fstab file?
/dev/cdrom /media/cdrom -t iso9660 ro,users,noauto
/dev/cdrom /media/cdrom -t iso9660 ro,user,noauto
/dev/cdrom /media/cdrom -t iso9660 ro
/dev/cdrom /media/cdrom -t iso9660 ro,nouser,noauto
Partition /dev/sdb2 is mounted to /mnt/temp. You need to unmount /dev/sdb2. Which command would you use? (choose2)
unmount /dev/sdb2
unmount /mnt/temp
umount /dev/sdb
dismount /dev/sdb2
dismount /mnt/temp