Free EX200 Exam Braindumps

Pass your EX200 exam with these free latest Questions and Answers

SIMULATION
Resize the logical volume vo and its filesystem to 290 MB. Make sure that the filesystem contents remain intact.

Note: Partitions are seldom exactly the same size requested, so a size within the range of 260 MB to 320 MiB is acceptable.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

df -hT
lvextend -L +100M /dev/vg0/vo
lvscan
xfs_growfs /home/ // home is LVM mounted directory
Note: This step is only need to do in our practice environment, you do not need to do in the real exam resize2fs /dev/vg0/vo // Use this comand to update in the real exam df -hT

OR

e2fsck -f/dev/vg0/vo
umount /home
resize2fs /dev/vg0/vo required partition capacity such as 100M lvreduce -l 100M /dev/vg0/vo mount /dev/vg0/ vo /home
df –Ht



SIMULATION
A YUM repository has been provided at http://server.domain11.example.com/pub/x86_64/Server. Configure your system to use this location as a default repository.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

vim/etc/yum.repos/base.repo
[base]
name=base
baseurl= http://server.domain11.example.com/pub/x86_64/Server
gpgcheck=0
enable=1
Save and Exit

Use yum list for validation, the configuration is correct if list the package information. If the Yum configuration is not correct then maybe cannot answer the following questions.



SIMULATION
SELinux must be running in the Enforcing mode.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

getenforce // Check the current mode of SELinux // SELinux runs in enforcing mode // Check getenforce 1
getenforce
vim /etc/selinux/config selinux=enforcing // To temporarily enable SELinux
: wg
sestatus



SIMULATION
Download the document from ftp://instructor.example.com/pub/testfile, find all lines containing [abcde] and redirect to /MNT/answer document, then rearrange the order according the original content.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

Download the file to /tmp first grep [abcde] /tmp/testfile > /mnt/answer



Free EX200 Exam Questions & Answers

PREMIUM VERSION

Pass Guaranteed!

50% OFF
Get 2 Exams for $68