Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Oracle Linux 6 Advanced System Administration (1z1-105) Free Practice Test

Question 1
Examine the udevadm command:
udevadm info --attribute-walk --name =/dev/sdb
Which two statements are true about this command/

Correct Answer: A,C
Question 2
Which three statements are true about an OpenLDAP server?

Correct Answer: A,C,D
Question 3
Examine the dtrace command:
dtrace -n syscall::read:entry
Which two statements are true?

Correct Answer: A,D
Question 4
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?

Correct Answer: D
Question 5
What is function of the System Security Service Daemon (SSSD)?

Correct Answer: B
Question 6
You are required to create a file system that meets these requirements:
1.It must be created on /dev/ssd1.
2.It must be mounted on the already existing mount point/cryptfs.
3.Data stored on /cryptfs must be encrypted. Examine this list of commands:
1.cryptsetup luksFormat /dev/sdd1
2.cryptsetup luksOpen /dev/sdd1/sdd1
3.mkfs -t ext4 /dev/sdd1
4.mkfs -t ext4 /dev/mapper/sdd1
5.mount /dev/sdd1/cryptfs
6.mount /dev/mapper/sdd1/cryptfs
7.cryptsetup /cryptfs
Which option represents the commands in the correct order to create a file system that meet the requirements?

Correct Answer: C
Question 7
Which three statements are true about the contents of the /etc/ocfs2/cluster.conf configuration file?

Correct Answer: B,E,F
Question 8
Which statement is true about BTRFS RAID?

Correct Answer: B
Question 9
Which two statements are true about the sendmail and postfix programs?

Correct Answer: A,C
Question 10
Examine the current SELinux status:
# sestatus
SELinux status:
enabled
SELinuxfs mount:
/selinux
Current mode:
enforcing
Mode from config file:
permissive
Policy version:
Police from config file:
targeted
You have to meet these requirements:
1.Network services must run in a confined domain.
2.The guest user must be confined.
3.The guest user must not be allowed from using the su command.
4.Access to files and directories must be granted based only of the SELinux contexts.
5.The SELinux configuration must be persistent across system restarts.
6.Users must be able to publish private HTML content.
You issued these commands:
# setenforce enforcing
# semanage login -d -s guest_u guest
# setsebool -P httpd_enabled_homedirs on
Which requirements do you meet?

Correct Answer: E