Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

1z0-106 Oracle Linux 8 Advanced System Administration Questions and Answers

Questions 4

Examine this command:

# auditctl -w /etc/passwd -p w -k pass

Which two statements are true upon execution?

Options:

A.

A write occurs to /etc/audit/rules.d/audit.rules.

B.

An audit rule is defined that creates a log entry every time /etc/passwd is read.

C.

An audit rule is defined with the keyword pass.

D.

An audit is defined that creates a log entry every time a write occurs to /etc/passwd.

E.

A write occurs to /etc/audit/audit.rules.

Buy Now
Questions 5

Which two types of reports does iostat generate?

Options:

A.

Storage Utilization Report

B.

Device Utilization Report

C.

Memory Utilization Report

D.

Swap Utilization Report

E.

CPU Utilization Report

Buy Now
Questions 6

Which two statements are true about container technology?

Options:

A.

A container application built on a bare metal system cannot run on virtual machines or cloud instances.

B.

A container application is dependent on the host operating system and kernel version.

C.

Containers package an application with the individual runtime stack.

D.

Podman, Buildah, and Skopeo are independent tools to create, run, and manage container applications across compatible Oracle Linux systems.

E.

Podman requires a running daemon to function and to enable containers to start and run without root permissions.

Buy Now
Questions 7

Examine these commands executed by root:

# mkdir -p /jail /jail/bin /jail/lib64

# cp $(which bash) /jail/bin/

# ldd $(which bash)

linux-vdso.so.1 (0x00007ffd574f5000)

libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007fb458c2c000)

libdl.so.2 => /lib64/libdl.so.2 (0x00007fb458a28000)

libc.so.6 => /lib64/libc.so.6 (0x00007fb458666000)

/lib64/ld-linux-x86-64.so.2 (0x00007fb459177000)

# cp /lib64/libtinfo.so.6 /jail/lib64/

# cp /lib64/libdl.so.2 /jail/lib64/

# cp /lib64/libc.so.6 /jail/lib64/

# cp /lib64/ld-linux-x86-64.so.2 /jail/lib64/

# chroot /jail

What is the output from the cd, pwd, and ls commands?

Options:

A.

bash-4.4# cd

bash: cd: /root: No such file or directory

bash-4.4# pwd

/

bash-4.4# ls

bin lib64

B.

bash-4.4# cd

bash: cd: /root: Unable to access chrooted file or directory /root

bash-4.4# pwd

/

bash-4.4# ls

bin lib64

C.

bash-4.4# cd

bash: cd: /root: No such file or directory

bash-4.4# pwd

/root

bash-4.4# ls

bash: ls: command not found

D.

bash-4.4# cd

bash: cd: command not found

bash-4.4# pwd

bash: pwd: command not found

bash-4.4# ls

bash: ls: command not found

Buy Now
Questions 8

Examine /etc/anacrontab:

SHELL=/bin/sh

PATH=/sbin:/bin:/usr/sbin:/usr/bin

MAILTO=root

# the maximal random delay added to the base delay of the jobs

RANDOM_DELAY=45

# the jobs are started during the following hours only

START_HOURS_RANGE=3-22

# period in days delay in minutes job-identifier command

1 5 dailyjob nice run-parts /etc/cron.daily

7 25 weeklyjob nice run-parts /etc/cron.weekly

@monthly 45 monthlyjob nice run-parts /etc/cron.monthly

Which two statements are true about the jobs scheduled in this file?

Options:

A.

Scripts run by the first job are delayed between 11 and 45 minutes.

B.

Jobs defined in this anacrontab file can be executed between 15:00 and 22:00

C.

Scripts run by the third job are delayed between 45 and 90 minutes.

D.

Jobs defined in this anacrontab file are randomly delayed by up to 51 minutes.

E.

Scripts run by the second job are delayed between 31 and 70 minutes.

Buy Now
Questions 9

Which two features does a user private group provide?

Options:

A.

Provision of a unique group.

B.

Capability to create new group users

C.

Capability to execute sudo

D.

Ability for only a group’s users to read files in a new directory

E.

Capability to prevent other users from modifying a file

Buy Now
Questions 10

Examine this command:

# cryptsetup luksOpen /dev/xvdd1 cryptfs

What happens upon execution?

Options:

A.

It creates the /dev/mapper/cryptfs device mapping file.

B.

It creates the LUKS partition on /dev/xvdd1.

C.

It creates the /dev/mapper/xvdd1 device mapping file.

D.

It creates the /dev/mapper/xvdd1/cryptfs device mapping file.

E.

It creates the /dev/mapper/xvdd1-cryptfs device mapping file.

Buy Now
Questions 11

Which two statements are true about the configuration and use of cron or anacron?

Options:

A.

cron jobs may run only once a minute.

B.

All crontabs are held in the /etc/cron.d directory.

C.

The crond daemon looks for jobs only in /etc/crontab.

D.

anacron jobs may run only once a day.

E.

anacron jobs are used to run cron jobs if the system was powered off when they were scheduled to run.

Buy Now
Questions 12

Examine these requirements for a host with a user oracle:

    Network services must run in a confined domain.

    The oracle user must be confined.

    The oracle user must be able to use Mozilla Firefox.

    Access to files and directories must be granted based only on SELinux contexts.

    The SELinux configuration must be persistent across system restarts.

    Users must be able to publish private HTML content.

Now examine these commands and output:

# sestatus

SELinux status: enabled

SELinuxfs mount: /sys/fs/selinux

SELinux root directory: /etc/selinux

Loaded policy name: targeted

Current mode: permissive

Mode from config file: permissive

Policy MLS status: enabled

Policy deny_unknown status: allowed

Memory protection checking: actual (secure)

Max Kernel policy version: 31

# setenforce enforcing

# semanage login -a -s guest_u oracle

# setsebool -P http_enable_homedirs on

Which requirements are satisfied?

Options:

A.

1, 2, 4, 5, 6

B.

1, 2, 3, 4, 5, 6

C.

1, 2, 3, 5, 6

D.

1, 2, 6

E.

1, 2, 4, 6

F.

1, 2, 3, 6

Buy Now
Questions 13

Examine these Kubernetes components:

Which option correctly matches the components with their description?

Options:

A.

1-d, 2-f, 3-e, 4-a, 5-c, 6-b

B.

1-b, 2-a, 3-e, 4-c, 5-f, 6-d

C.

1-a, 2-d, 3-b, 4-c, 5-e, 6-f

D.

1-c, 2-f, 3-d, 4-b, 5-e, 6-a

E.

1-d, 2-f, 3-c, 4-e, 5-a, 6-b

Buy Now
Questions 14

Examine this command:

# nft add rule inet filter input tcp dport 80 drop

Which two statements are true upon execution?

Options:

A.

The rule is applied to both IPv4 and IPv6 packets.

B.

The rule updates the configuration on disk.

C.

All traffic inbound on port 80 is dropped.

D.

The rule applies to the input table.

E.

TCP packets inbound on port 80 are dropped.

F.

TCP packets outbound on port 80 are dropped.

Buy Now
Questions 15

Which two commands relabel an SELinux system after a reboot?

Options:

A.

Set kernel parameter autorelabel=0

B.

fixfiles -F relabel

C.

echo “relabel=1” > /.selinux

D.

touch /.autorelabel

E.

Set kernel parameter selinux=0

F.

fixfiles -F onboot

Buy Now
Questions 16

Examine this content from /etc/chrony.conf:

...

pool pool.ntp.org offline

driftfile /var/lib/chrony/drift

keyfile /etc/chrony.keys

...

Which statement is true about pool.ntp.org?

Options:

A.

chronyd polls a maximum of 3 sources from pool.ntp.org after it is enabled.

B.

chronyd does not poll pool.ntp.org until it is enabled to do so by chronyd.

C.

chronyd takes pool.ntp.org offline automatically when sending a request to the pool fails.

D.

chronyd does not poll pool.ntp.org until it is enabled to do so by chronyc.

Buy Now
Questions 17

Which three are features of the btrfs file system?

Options:

A.

Block devices mirroring

B.

Copy-on-write metadata

C.

Cluster file system

D.

Efficient storage for small files

E.

Online resizing

F.

General-purpose volume manager

G.

Automatic defragmentation

Buy Now
Questions 18

Examine this command:

# ssh -L 5011:127.0.0.1:80 bob@10.10.2.20 -f sleep 30

Which two are true upon execution?

Options:

A.

A reverse tunnel is created back to the local host on port 80.

B.

A local port forward is created between client and server.

C.

A socket remains open for 30 minutes unless a connection is established.

D.

A web server is listening on port 5011.

E.

An SSH connection process is forked to the background.

Buy Now
Exam Code: 1z0-106
Exam Name: Oracle Linux 8 Advanced System Administration
Last Update: Jul 24, 2025
Questions: 60
1z0-106 pdf

1z0-106 PDF

$29.75  $84.99
1z0-106 Engine

1z0-106 Testing Engine

$35  $99.99
1z0-106 PDF + Engine

1z0-106 PDF + Testing Engine

$47.25  $134.99