Free EX200 Exam Braindumps (page: 5)

Page 5 of 35

SIMULATION
Create a 512M partition, make it as ext4 file system, mounted automatically under /mnt/data and which take effect automatically at boot-start.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

# fdisk /dev/vda
n
+512M
w
# partprobe /dev/vda
# mkfs -t ext4 /dev/vda5
# mkdir -p /data
# vim /etc/fstab
/dev/vda5 /data ext4 defaults 0 0
# mount -a



SIMULATION
Create a volume group, and set 8M as a extends. Divided a volume group containing 50 extends on volume group lv (lvshare), make it as ext4 file system, and mounted automatically under /mnt/data. And the size of the floating range should set between 380M and 400M.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

# fdisk
# partprobe
# pvcreate /dev/vda6
# vgcreate -s 8M vg1 /dev/vda6 -s
# lvcreate -n lvshare -l 50 vg1 -l
# mkfs.ext4 /dev/vg1/lvshare
# mkdir -p /mnt/data
# vim /etc/fstab
/dev/vg1/lvshare /mnt/data ext4 defaults 0 0
# mount -a
# df -h



SIMULATION
Download ftp://192.168.0.254/pub/boot.iso to /root, and mounted automatically under /media/cdrom and which take effect automatically at boot-start.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

# cd /root; wget ftp://192.168.0.254/pub/boot.iso
# mkdir -p /media/cdrom
# vim /etc/fstab
/root/boot.iso /media/cdrom iso9660 defaults,loop 0 0
# mount -a
mount [-t vfstype] [-o options] device dir



SIMULATION
Add admin group and set gid=600

  1. See Explanation section for answer.

Answer(s): A

Explanation:

# groupadd -g 600 admin



Page 5 of 35



Post your Comments and Discuss RedHat EX200 exam with other Community members:

chukwuemeka ubajaka commented on May 17, 2022
Can't i get redhat 8 version of the questions instead of the redhat 6 version, as the syntax of redhat 8 and 6 is not the same.
UNITED STATES
upvote

Sandeep commented on March 19, 2021
Zabar Dast! So accurate and so real. Passed my exam lasat week.
INDIA
upvote

Dan commented on December 16, 2019
How do i print the pdf download, its password protected. I want to print the file and study before the exam in couple days
Anonymous
upvote

Carlo Shamany commented on July 17, 2019
good havent taken the test but feel confident.
UNITED STATES
upvote