Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Oracle 1z0-106 Practice Exam with Questions & Answers

Questions 1

Which two are true about using Ksplice?

Options:
A.

Ksplice can be used without a network connection

B.

It can patch the kernel without shutting down the system.

C.

Yum cannot upgrade a kernel patched by Ksplice

D.

Ksplice has two clients; each can run in three different modes.

E.

The Ksplice client is freely available to all customers.

Oracle 1z0-106 Premium Access
Questions 2

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

Questions 3

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.

Questions 4

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).

Questions 5

Examine this command and output:

# mdadm --detail /dev/md0

/dev/md0:

Version: 1.2

Creation Time: Tue Oct 27 16:53:38 2020

Raid Level: raid5

Array Size: 207872 (203.03 MiB 212.86 MB)

Used Dev Size: 103936 (101.52 MiB 106.43 MB)

Raid Devices: 3

Total Devices: 3

Persistence : Superblock is persistent

Update Time: Tue Oct 27 16:53:38 2020

State: clean, degraded, recovering

Active Devices: 2

Working Devices: 3

Failed Devices: 0

Spare Devices: 1

Layout: left-symmetric

Chunk Size: 512K

Rebuild Status: 60% complete

Name: ol8.example.com:0 (local to host ol8.example.com)

UUID: 70f8bd2f:0505d92d:750a781e:c224508d

Events: 66

Number Major Minor RaidDevice State

0 8 49 0 active sync /dev/sdd1

1 8 65 1 active sync /dev/sde1

3 8 81 2 spare rebuilding /dev/sdf1

Which two are true?

Options:
A.

A RAID device failed and has returned to normal operating status.

B.

The RAID set read and write performance is currently sub-optimal.

C.

A new RAID device was just added to replace a failed one.

D.

An extra device was added to this RAID set to increase its size.

E.

Only write performance is currently sub-optimal on this RAID set.

Questions 6

Which is true about the /etc/sysconfig directory in an Oracle Linux 8 system?

Options:
A.

It is used to access device and device driver information.

B.

Files in this directory hierarchy contain information about running processes.

C.

Its contents depend on the packages installed on the system.

D.

Files in this directory hierarchy contain information about system hardware.

Questions 7

Which two statements are true about the Linux Auditing System?

Options:
A.

Auditing rules can log administrator attempts to access user home directories.

B.

Auditing system call rules can affect system performance depending on the amount of information that is logged.

C.

Auditing modes include permissive, enforcing, and disabled.

D.

Auditing can scan for Common Vulnerabilities and Exposures (CVE) and automatically apply needed patches to a system.

E.

Auditing includes security policies, each of which includes security rules, or checks, which are checked when you run a security scan.

Questions 8

You must prevent Ksplice from reapplying updates at the next system reboot. Which two commands or parameters can do this?

Options:
A.

uptrack-upgrade -n

B.

nouptrack

C.

uptrack-remove –all

D.

uptrack=0

E.

touch /etc/uptrack/disable

Questions 9

Which command configures a fully functional and accessible interface on VLAN 800?

Options:
A.

modprobe 8021q ip link add link eth0 name eth0.800 type vlan id 800 ip link set eth0.800 up

B.

modprobe 8021q ip link add link eth0 name eth0.800 VLAN 800 ip address add 10.135.1.120/24 dev eth0.800 ip link set eth0.800 up

C.

modprobe 8021q ip link add link eth0 name eth0.800 type vlan id 800 ip address add 10.135.1.120/24 dev eth0.800 ip link set eth0.800 up

D.

modprobe 8021q ip address add 10.135.1.120/24 dev eth0.800 ip link set eth0.800 up

Questions 10

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

Exam Code: 1z0-106
Certification Provider: Oracle
Exam Name: Oracle Linux 8 Advanced System Administration
Last Update: Jul 10, 2025
Questions: 60
PDF + Testing Engine
$164.99
$66
Testing Engine
$124.99
$50
PDF (Q&A)
$104.99
$42