Online Access Free 1z0-105 Practice Test
Exam Code: | 1z0-105 |
Exam Name: | Oracle Linux 6 Advanced System Administration |
Certification Provider: | Oracle |
Free Question Number: | 97 |
Posted: | Sep 01, 2025 |
Match the web server directives to their description:
A) ServerRoot
1) Defines the IP address/Post number combination that the server is accessible on
B) Listen
2) Defines the domain name that this server responds to, as used in a browser URL
C) Include
3) Is used to specify the inclusion of specific functional executable modules
D) LoadModule 4) Defines the directory location of all configuration files, documents, and scripts E.)ServerName 5) Directs the server at startup to support module-specific configuration files
You create an XFS file system by using the command: # mkfs -t xfs -L /xfs1 -l logdev=/dev/cdd1 /dev/sdh1 You create the mount point /xfs1 and want to mount the file system on its mount point, before
adding an entry for the file system to /etc/fstab. Which two commands can you use to do this?
Consider the steps to enable the Pluggable Authentication Module (PAM) to use cgroup rules for a 64-bit system:
1.Install the libcgroup-pam software package.
2.Ensure that the PAM module has been installed and exists: /lib64/security/pam_cgroup.so.
3.Edit the /ets/pam.d/su configuration file and add a line: session optional pam_cgroup.so.
4.Edit the /ets/pam.d/su configuration file and add a line: auth sufficient pam_cgroup.so.
5.Configure /etc/cgconfig.conf.
6.Configure /etc/cgrules.conf.
7.Log out all users that are affected by the cgroup settings in the /etc/cgrules.conf file.
8.Enable and start the cgred service.
9.Reboot the system.
Which option represents the steps in the correct order to enable PAM to use cgroup rules for a logged-in user?