Free EX200 Exam Braindumps (page: 7)

Page 7 of 35

SIMULATION
Configure a default software repository for your system.

One YUM has already provided to configure your system on http://server.domain11.example.com/pub/ x86_64/ Server, and can be used normally.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

Yum-config-manager --add-repo=http://content.example.com/rhel7.0/x86-64/dvd” is to generate a file vim content.example.com_rhel7.0_x86_64_dvd.repo, Add a line gpgcheck=0

Yumcleanall
Yumrepolist

Almost 4305 packages are right, Wrong Yum Configuration will lead to some following questions cannot be worked out.



SIMULATION
Adjust the size of the Logical Volume.

Adjust the size of the vo Logical Volume, its file system size should be 290M. Make sure that the content of this system is complete.

Note: the partition size is rarely accurate to the same size as required, so in the range 270M to 320M is acceptable.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

Addition
df -hT
lvextend -L +100M /dev/vg0/vo
Lvscan
xfs_growfs /home/ //home is the mounted directory of the LVM, this step just need to do in the practice environment, and test EXT4 does not need this step.
resize2fs /dev/vg0/vo// use this command to update in examination.
df -hT

OR

Subtraction
e2fsck -f/dev/vg0/vo
umount /home
resize2fs /dev/vg0/vo // the final required partition capacity is 100M lvreduce -l 100M /dev/vg0/vo mount /dev/vg0/vo/home
df -hT



SIMULATION
Create User Account.

Create the following user, group and group membership:
Adminuser group
User natasha, using adminuser as a sub group User Harry, also using adminuser as a sub group
User sarah, can not access the SHELL which is interactive in the system, and is not a member of adminuser, natasha꒰harry꒰sarah password is redhat.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

groupadd adminuser
useradd natasha -G adminuser
useradd haryy -G adminuser
useradd sarah -s /sbin/nologin

Passwd user name // to modify password or echo redhat | passwd --stdin user name id natasha // to view user group.



SIMULATION
Configure /var/tmp/fstab Permission.

Copy the file /etc/fstab to /var/tmp/fstab. Configure var/tmp/fstab permissions as the following: Owner of the file /var/tmp/fstab is Root, belongs to group root
File /var/tmp/fstab cannot be executed by any user
User natasha can read and write /var/tmp/fstab
User harry cannot read and write /var/tmp/fstab
All other users (present and future) can read var/tmp/fstab.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

cp /etc/fstab /var/tmp/
/var/tmp/fstab view the owner setfacl -m u:natasha:rw- /var/tmp/fstab setfacl -m u:haryy:--- /var/tmp/fstab
Use getfacl /var/tmp/fstab to view permissions



Page 7 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