• 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/11

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;

11 Cards in this Set

  • Front
  • Back
Which directory contains device files for hard drives, optical drives, and USB devices?
?
Which of the following device file names represent the second local terminal on the system?
/dev/fd2
/dev/sda2
/dev/tty2
/dev/ttyS2
You have added a second hard disk to your Linux system. Which of the following commands will allow you to partition the new drive?
fdisk /dev/sdc
fdisk /sd0-1
format /dev/sdb1
fdisk/dev/sdb
How many primary partitions can you create on a single hard disk drive?
4
2
8
Unlimited
How many logical partitions can you create on an extended partition?
Unlimited
4
2
1
Type the full device file name for the second partition on the hard drive with the lowest ID number?
?
You want to view partition information for you sda device. Which commands could you use to view the partitions defines on sda? (select 2)
cat /proc/part
fdisk /dev/sda, then press p
cat /etc/part
fdisk -l
Type the full device name for the first partition on the hard drive with the third lowed ID number
?
You have a system with a single hard disk. You add a new hard disk to your system. Which of the following commands would you use to partition the new drive?
fdisk /dev/sd1
fdisk /dev/sd2
fdisk /dev/sd0
fdisk /dev/sdb
fdisk /dev/sda
Which hexadecimal code represents an extended partition?
0x82
0x85
0x88
0x83
You have put a new hard disk in you system and created 2 primary (sdb1 and sdb2) and on extended partition (sdb3). You have just formatted sdb1 with sdb3 and sdb2 as a swap area. When you try to format sdb3 as a swap area, you are unable to. What is the problem?
- You cannot format an extended partition as a swap area (must use primary partition)
- You can only have one swap area on a single drive
- You cannot format an extended partition
- The swap area must be on the first partition on a drive