Shop Categories

 [email protected]

The following EX200 questions are part of our RedHat EX200 real exam questions full version. There are 144 in our EX200 full version. All of our EX200 real exam questions can guarantee you success in the first attempt. If you fail EX200 exam with our RedHat EX200 real exam questions, you will get full payment fee refund. Want to practice and study full verion of EX200 real exam questions? Go now!

 Get EX200 Full Version

RedHat EX200 Exam Actual Questions

The questions for EX200 were last updated on Feb 21,2025 .

Viewing page 1 out of 3 pages.

Viewing questions 1 out of 16 questions

Question#1

vi /etc/sysctl.conf net.ipv4.ip_forward=1

A. /proc is the virtual filesystem, containing the information about the running kernel.
To change the parameter of running kernel you should modify on /proc. From Next reboot the system, kernel will take the value from /etc/sysctl.conf.

Question#2

CORRECT TEXT
Create a backup file named /root/backup.tar.bz2, which contains the contents of /usr/local, bar must use the bzip2 compression.

A. cd /usr/local
tar -jcvf /root/backup.tar.bz2*
mkdir /test
tar -jxvf /root/backup.tar.bz2 -C /test/

Question#3

CORRECT TEXT
Create a volume group, and set the size is 500M, the size of single PE is 16M. Create logical volume named lv0 in this volume group, set size is 20 PE, make it as ext3 file system, and mounted automatically under data.

A. fdisk /dev/vda
pvcreate /dev/vda3
vgcreate Cs 16M vg0 /dev/vda3
lvcreate Cn lv0 Cl 20 vg0
mkfs.ext3 /dev/mapper/vg0-lv0
mkdir /data
/etc/fstab:
/dev/mapper/vg0-lv0 /data ext3 defaults 0 0
mount Ca
mount | grep data

Question#4

CORRECT TEXT
SELinux must be running in the Enforcing mode.

A. 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

Question#5

CORRECT TEXT
Configure your web services, download from
http://instructor.example.com/pub/serverX.html And the services must be still running after
system rebooting.

A. cd /var/www/html
wget http://instructor.example.com/pub/serverX.html mv serverX.html index.html
/etc/init.d/httpd restart
chkconfig httpd on

Exam Code: EX200Q & A: 144 Q&AsUpdated:  Feb 21,2025

 Get EX200 Full Version