Weekend Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Oracle Linux 8 Advanced System Administration

Last Update 20 hours ago Total Questions : 60

The Oracle Linux 8 Advanced System Administration content is now fully updated, with all current exam questions added 20 hours ago. Deciding to include 1z0-106 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 1z0-106 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 1z0-106 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Oracle Linux 8 Advanced System Administration practice test comfortably within the allotted time.

Question # 11

Which two commands relabel an SELinux system after a reboot?

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

Question # 12

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

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

Question # 13

Examine this command:

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

Which two statements are true upon execution?

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.

Question # 14

Examine this command:

# cryptsetup luksOpen /dev/xvdd1 cryptfs

What happens upon execution?

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.

Question # 15

Which two statements are true about the GRUB 2 bootloader?

A.

Its configuration can be changed by editing /etc/default/grub2 and executing grub2-mkconfig to regenerate grub2.cfg.

B.

It can load many free operating systems directly and chain-load proprietary operating systems.

C.

Its configuration file is /boot/grub2/grub2.conf on BIOS-based systems.

D.

It understands file systems and kernel executable formats, allowing the loading of operating systems without recording the on-disk physical location of the kernel.

Question # 16

Which two statements are true about systemd system and service manager?

A.

systemd service units expose kernel devices and can be used to implement device-based activation.

B.

systemd is the first process that starts after the system boots and is the final process left running before the system shuts down.

C.

systemd is backward-compatible with the System V init scripts that were used in earlier versions of Oracle Linux.

D.

systemd reads /etc/system to determine which services to start.

E.

The service command is used to start and stop system service units.

Question # 17

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

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.

Question # 18

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?

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

Go to page: