EX300試験無料問題集「RedHat Red Hat Certified Engineer - RHCE (v6+v7) 認定」

CORRECT TEXT
One Logical Volume is created named as myvol under vo volume group and is mounted. The Initial Size of that Logical Volume is 400MB. Make successfully that the size of Logical Volume 200MB without losing any data. The size of logical volume 200MB to 210MB will be acceptable.
正解:
CORRECT TEXT
Connect to the email server and send email to admin, and it can be received by harry.
正解:
CORRECT TEXT
There were two systems:
system1, main system on which most of the configuration take place
system2, some configuration here
Webpage content modification.
Implement website for serverX.examp">http://serverX.example.com/owndir
Create a directory named as "owndir" under the document root of webserver Download station.network0.example.com/pub">http://station.network0.example.com/pub/rhce/restrict.html Rename the file into ondex.html The content of the owndir should be visible to everyone browsing from your local system but should not be accessible from other location
正解:
CORRECT TEXT
Whoever creates the files/directories on /storage group owner should be automatically should be the same group owner of /storage.
正解:
chmodg+s /storage
Verify using: ls -ld /stora
Note:
Permission should be like:
drwxrws--- 2 root sysusers 4096 Mar 16 18:08 /storage If SGID bit is set on directory then who every users creates the files on directory group owner automatically the owner of parent directory.
To set the SGID bit: chmodg+s directory
To Remove the SGID bit: chmod g-s directory
CORRECT TEXT
There were two systems:
system1, main system on which most of the configuration take place
system2, some configuration here
Configure port forwarding.
Configure server X to forward traffic incoming on port 80/tcp from source network
172.25.X.0/255.255.255.0 to port on 5243/tcp.
正解:
CORRECT TEXT
There were two systems:
system1, main system on which most of the configuration take place
system2, some configuration here
Configure smb access.
Share the /sambadir directory via SMB on serverX
Your SMB server must be a member of the TESTGROUP workgroup
The share name must be data
The data share must be available to example.com domain clients only
The data share must be browseable
susan must have read access to the share, authenticating with the same password "password", if necessary Configure the serverX to share /opstack with SMB share name must be cluster The user frankenstein has readable, writeable, accessable to the /opstack SMB share Both users should have the SMB passwd "SaniTago"
正解:

[/indent]
CORRECT TEXT
There are two different networks 192.168.0.0/24 and 192.168.1.0/24. Where 192.168.0.254 and
192.168.1.254 IP Address are assigned on Server. Verify your network settings by pinging 192.168.1.0/24 Network's Host.
正解:
CORRECT TEXT
One Package named zsh is dump on ftp://server1.example.com under pub directory. Install the package from ftp server.
正解:
rpm -ivh ftp://server1.example.com/pub/zsh-*
Package will install
rpm command is used to install, update and remove the package, -i means install, -v means verbose and
-h means display the hash mark.
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 port forwarding on the system1, as required:
1. The systems in the network 172.24.11.0/24, local port 5423 for accessing system1 will be forwarded to 80 (2) This setting must be permanent
正解:
Use Graphical interface to configure
Use firewall-config to open the Graphical interface in CLI
Adjust the configuration: drop-down menu to permanent
Add a strategy to the public area of the "Port Forwarding"

systemctl restart firewalld.service // Reload the firewall strategy