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

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;

8 Cards in this Set

  • Front
  • Back
Which of the following commands will create an ext2 filesystem on the first primary partition of the third hard drive? (Choose 2)
mke2fs -t e2 /dev/sdc1
mkfs -t e2 /dev/sdc1
mkext2fs /dev/sdc1
mke2fs /dev/sdc1
format -ext2 /dev/sdc1
mkfs -t ext2 /dev/sdc1
Which file system is a FAT32 filesystem for Linux?
?
You have successfully partitioned the forth hard drive into 2 primary partitions. You need to format the second partition with the ext3 filesystem. Which command will work?
mke2fs -e3 /dev/sdd2
mke2fs -j /dev/sdd2
fdisk -e3 /dev/sdb2
format -e3 sdb2
You are assembling a workstation. The system requirements show that this system will be used primarily for store documents of small size. Which is the best Linux filesystem to install?
EXT3
EXT2
HPFS
ReiserFS
Which of these Linux filesystems support journaling? (choose 3)
XFS
Ext2
Ext3
HPFS
reiserFS
VFAT
You have a Linux system with two activated swap partitions: sda2 and sda3. Which of the following commands can you use to deactivate the sda3 swap partition?
fdisk d /dev/sda3
swapoff /dev/sda3
swapoff sda3
swapoff -a
During the Linux installation process you are asked to choose the filesystem type for your partitions. Which is the most common Linux filesystem to choose?
XFS
Ext3
ReiserFS
HPFS
JFS
You created a swap area on sda3, but it is not activated. Which command should you use to activate the swap partition?
?