RedHat EX300 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: EX300
  • Exam Name/Title: Red Hat Certified Engineer - RHCE (v6+v7)
  • Certification Provider: RedHat
  • Corresponding Certification: RHCE
  • Exam Questions: 88
  • Updated On: Jul 10, 2026
CORRECT TEXT
Create a Shell script /root/program:
The shell script will come back to "user" parameter when you are entering "kernel" parameter.
The shell script will come back to "kernel" when you are entering "user" parameter.
It will output the standard error when this script "usage:/root/program kernel|user" don't input any parameter or the parameter you inputted is entered as the requirements.
Correct Answer:
CORRECT TEXT
Given the kernel of a permanent kernel parameters: sysctl=1.
It can be shown on cmdline after restarting the system.
Kernel of /boot/grub/grub.conf should be a34dded finally, as:
Correct Answer:
CORRECT TEXT
Configure a mail alias to your MTA, for example, send emails to harry but mary actually is receiving emails.
Correct Answer:

Notice:
This problem is a trap. The question no 31 requires that harry must be able to receive remote emails but the problems in the question no 32 requires mary to receive harry's emails. So harry must be added when you are deploying aliases.
CORRECT TEXT
There were two systems:
system1, main system on which most of the configuration take place
system2, some configuration here
Link aggregation.
Configure your serverX and desktop, which watches for link changes and selects an active port for data transfers.
serverX should have the address as 192.169.X.10/255.255.255.0
desktopX should have the address as 192.168.X.11/255.255.255.0
(Note: where X is your station number)
Correct Answer:
On Server Machine:

Verification & Testing:

On Desktop Machine:

Verification & Testing:
CORRECT TEXT
Give Full Permission to owner user and owner group member but no permission to others on /data.
Correct Answer:
We can change the permission of file/directory either character symbol method or numeric method.
Permission:
r-Read
w-Write
x-Execute Permission Category u- Owner User
g- Owner Group
o- Others
Operators
+ -> Add the Permissions
-->Remove the Permissions = ->Assign the Permissions Numeric Method:
4 -> Read
2 -> Write
1 -> Execute
Total: 7, total for owner user, owner group member and for others: 777
1. chmodu+rwx /data
2 .chmodg+rwx /data
3. chmod o-rwx /data
or
chmod 770 /data
4 Verify the /data: ls -ld /data
5. You will get drwxrwx---
CORRECT TEXT
Create the directory /storage and group owner should be the sysusers group.
Correct Answer:
chgrpsysusers /storage
Verify using ls -ld /storage command.
You should get like drwxr-x--- 2 root sysusers 4096 Mar 16 17:59 /storage chgrp command is used to change the group ownership of particular files or directory.
Another way you can use the chown command.
chownroot:sysusers /storage
CORRECT TEXT
RHCE Test Configuration Instructions
Information for the two systems you will use in test is the following:
system1.group3.example.com: is one of the main sever. system2.group3.example.com: mainly used as a client.
Password for both of the two systems is atenorth
System's IP is provided by DHCP, you can regard it as normal, or you can reset to Static IP in accordance with the following requirements:
system1.group3.example.com: 172.24.3.5
system2.group3.example.com: 172.24.3.10
The subnet mask is 255.255.255.0
Your system is a member of DNS domain group3.example.com. All systems in DNS domain group3.example.com are all in subnet 172.24.3.0/255.255.255.0, the same all systems in this subnet are also in group3.example.com, unless specialized, all network services required to be configured can be accessed by systems of domain group3.
host.group3.example.com provides a centralized authentication service domain GROUP3.EXAMPLE.COM, both system1 and system2 have already been pre-configured to be the client for this domain, this domain provides the following user account:

Firewall is enabled by default, you can turn it off when deemed appropriate, other settings about firewall may be in separate requirements.
Your system will be restarted before scoring, so please ensure that all modifications and service configurations you made still can be operated after the restart without manual intervention, virtual machine instances of all examinations must be able to enter the correct multi-user level after restart without manual assistance, it will be scored zero if the test using virtual machine system cannot be restarted or be properly restarted.
Corresponding distribution packages for the testing using operating system Red Hat Enterprise Linux version can be found in the following link:
http://server1.group3.example.com/rhel
Part of the requirements include host security, ensure your host security limit does not prevent the request to allow the host and network, although you correctly configured the network service but would have to allow the host or network is blocked, this also does not score.
You will notice that some requirements which clearly do not allow services be accessed by service domain my133t.org, systems of this domain are in subnet 172.25.1.0/252.255.255.0, and systems of these subnets also belong to my 133t.org domain.
PS: Notice that some test questions may depend on other exam questions, for example, you might be asked to perform a series of restrictions on a user, but this user creation may be required in other questions. For convenient identification, each exam question has some radio buttons to help you identify which questions you have already completed or not completed. Certainly, you do not need to care these buttons if you don't need them.
Configure the iSCSI Server
Configure the system1 to provide a ISCSI service disk named iqn.2014-
09.com.example.domain11:system1 and meet the following requirements at the same time:
The Server Port is 3260
Use iSCSI-store as its back-end volume, its size is 3G
This service just can be accessed by system2.domian11.example.com
Correct Answer:


systecmctl restart firewalld
CORRECT TEXT
There were two systems:
system1, main system on which most of the configuration take place
system2, some configuration here
Smb multiuser mount
Mount the samba share /opstack permanently beneath /mnt/smbspace on desktopX as a multiuser mount.
The samba share should be mounted with the credentials of frankenstein.
Correct Answer:
CORRECT TEXT
There were two systems:
system1, main system on which most of the configuration take place
system2, some configuration here
Secured webserver.
Configure the website https://serverX.example.com with TLS
SSLCertificate file http://classroom.example.com/pub/rhce/tls/certs/system1.networkX.crt SSLCertificatekeyfilehttp://classroom.example.com/pub/rhce/tls/private/system1.networkX.key SSL CA certificate file http://classroom.example.com/pub/example-ca.crt
Correct Answer:
0
0
0
10