m4s60 - Ends in 0d 00h 00m 00s - Coupon code: m4s60

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

Questions 4

Which two statements are true about the proc and sys file systems?

Options:

A.

proc contains information about memory and CPUs.

B.

sys contains a list of running processes.

C.

sys contains information about memory and CPUs.

D.

proc contains a list of network drivers.

E.

sys contains a list of mounted devices.

Buy Now
Questions 5

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 6

Examine this segment of /etc/rsyslog.conf:

# Log all kernel messages to the console.

# Logging much else clutters up the screen.

#kern.* /dev/console

# Log anything (except mail) of level info or higher.

# Don’t log private authentication messages!

*.info;mail.none;authpriv.none;cron.none /var/log/messages

# The authpriv file has restricted access.

authpriv.* /var/log/secure

# Log all the mail messages in one place.

mail.* -/var/log/maillog

# Log cron stuff

cron.* /var/log/cron

# Everybody gets emergency messages

*.emerg :omusrmsg:*

Now examine this log output:

less

Nov 9 20:32:16 server02 sudo[4570]: pam_unix(sudo:session): session opened for user opc (uid=0)

Nov 9 20:32:17 server02 sudo[4570]: pam_unix(sudo:session): session closed

Nov 9 20:32:24 server02 unix_chkpwd[4661]: password check failed for user

Nov 9 20:32:24 server02 su[4581]: pam_unix(su:auth): authentication failed; logname= uid=1000 euid=0 tty=pts/0 ruser=opc rhost= user=root

Which setting enabled the reporting of this log file output?

Options:

A.

authpriv.* /var/log/auth

B.

*.emerg *

C.

*.info;mail.none;authpriv.none;cron.none /var/log/messages

D.

#kern.* /dev/sssd/sssd.log

E.

cron.* /var/log/cron

Buy Now
Questions 7

Examine this command and output:

# ausearch -k mkdir

type=SYSCALL msg=audit(1604360199.719:44733): arch=c000003e syscall=83 success=no a0=55dec0b47400 a1=lc0 a2=0 a3=0

items=2 ppid=1354 pid=284632 auid=4294967295 uid=996 gid=996 euid=998 suid=998 fsuid=998 egid=996 sgid=996 fsgid=996

tty=(none) ses=429 comm="pkla-check-auth" exe="/usr/bin/pkla-check-authorization" subj=system_u:system_r:policykit_auth_t:s0 key="mkdir"

Which command displays the syscall in text format instead of numerical format?

Options:

A.

ausearch -a 83 -k mkdir

B.

ausearch -I -k mkdir

C.

ausearch -sc 83 -k mkdir

D.

ausearch --format text -k mkdir

E.

ausearch -r -k mkdir

Buy Now
Questions 8

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 9

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 10

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 11

Which two methods of changing kernel parameters can you use to modify values for the running system?

Options:

A.

Issuing the sysctl -w command to write values to specific files in the /proc/sys directory.

B.

Using the echo command to write values to specific files in the /proc/sys directory.

C.

Issuing the sysctl -w command to write values to specific files in the /sys directory.

D.

Using the echo command to write values to specific files in the /sys directory.

E.

Adding to or modifying parameters and values in the /etc/sysctl.conf file followed by issuing the sysctl -p command.

Buy Now
Questions 12

Examine these commands and output:

# cat /etc/auto.master

/net -hosts

/- auto.direct ro

# cat /etc/auto.direct

/nfs1 host01:/export/share1

/nfs2 -sync host01:/export/share2

/nfs3 host02:/export/share3

Automounter must be used to mount these filesystems. Which mount options will it use?

Options:

A.

/nfs1 and /nfs3 are mounted read-only, async while /nfs2 is mounted read-only, sync.

B.

All three filesystems are mounted read-write, sync.

C.

All three filesystems are mounted read-only, sync.

D.

All three filesystems are mounted read-only, async.

E.

/nfs1 and /nfs3 are mounted read-only, async while /nfs2 is mounted read-write, sync.

Buy Now
Questions 13

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 14

As root you configured a file system using AutoFS with default settings. In the first session, you changed to a directory under AutoFS control. In a second session, you changed to /etc. Now the idle time for the session expires. Which two statements are true about the status of the file system mounted in the first session?

Options:

A.

It remains mounted as long as the system is running.

B.

It remains mounted until you log out from the first session.

C.

It was unmounted from the first session when the timer expired.

D.

It was unmounted when the second session began.

E.

It remains mounted until you switch to a directory outside the current mount point.

Buy Now
Questions 15

Examine the access privileges on this directory:

drwx------ 2 user1 test 4096 Nov 6 10:12 my_directory/

You must enable another user to read and navigate to my_directory. Which command will do this?

Options:

A.

setfacl --default --modify user:user2:rw- my_directory

B.

setfacl --modify user:user2:r-- my_directory

C.

setfacl -x user:user2 my_directory

D.

setfacl --modify user:user2:r-x my_directory

E.

setfacl --modify group:test:r-- my_directory

Buy Now
Questions 16

You must add an additional swap device and you add this entry to /etc/fstab:

/.swapfile none swap defaults 0 0

Examine these commands and output:

# dd if=/dev/zero of=/.swapfile bs=1024 count=1048576

1048576+0 records in

1048576+0 records out

1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.32499 s, 248 MB/s

# swapon -a

swapon: /.swapfile: insecure permissions 0644, 0600 suggested.

swapon: /.swapfile: read swap header failed

Which two actions must you perform to add this swap device?

Options:

A.

Initialize the .swapfile file by using the mkswap command.

B.

Execute swapon -all.

C.

Change defaults to user in the /etc/fstab entry.

D.

Assign a label to the .swapfile file by using the swaplabel command.

E.

Execute swapon -L swapfile /.swapfile after adding a label.

F.

Use a physical disk partition type of 82 (Linux swap).

Buy Now
Questions 17

Which two statements are true about fdisk?

Options:

A.

It understands GPT, MBR, and HFS partition tables.

B.

fdisk -l displays disk size information for all disks.

C.

It can partition disks larger than 2 TB by using a GPT partition table.

D.

It can divide logical devices into one or more block disks called partitions.

E.

It cannot partition disks larger than 2 TB by using a GPT partition table.

Buy Now
Questions 18

Which two directories store PAM authentication modules?

Options:

A.

/lib64/security

B.

/etc/pam.d

C.

/usr/lib

D.

/lib/security

E.

/var/lib

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

PDF + Testing Engine

$66  $164.99

Testing Engine

$50  $124.99
buy now 1z0-106 testing engine

PDF (Q&A)

$42  $104.99
buy now 1z0-106 pdf