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

Oracle 1z0-106 - Oracle Linux 8 Advanced System Administration

Page: 2 / 2
Total 60 questions

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

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.

Examine this command:

$ podman run –name=oracleshell -it oraclelinux:8 -slim

Which two statements are true upon execution?

A.

The container creates and starts an interactive shell.

B.

The container named oracleshell must already exist; otherwise, the command fails.

C.

The command fails if the oraclelinux:8 -slim image does not exist on the local machine.

D.

The container is created and started in a single command.

E.

The container is removed by typing exit at the bash shell prompt.

Which three statements are true about DNF modules?

A.

Modules are a group of packages that are installed together along with dependencies.

B.

Installing a module allows a user to select a specific stream.

C.

Profiles are used to provide alternate versions of the same module.

D.

Streams are used to define optional configurations of modules.

E.

Streams cannot declare dependencies on the streams of other modules.

F.

Packages exist in multiple streams, where each stream contains a different version.

G.

Switching an enabled module stream automatically changes installed packages.

Examine this udev device naming rule which gets processed successfully:

makefile

KERNEL=="hdb", DRIVER=="ide-disk", SYMLINK+="sparedisk"

Which two statements are true?

A.

Symbolic link /dev/sparedisk is created linking to /dev/hdb and with an ide-disk device driver, thus overwriting existing symbolic links.

B.

The matching device will be named /dev/sparedisk.

C.

Symbolic link /dev/sparedisk is created for a device named /dev/hdb which has an ide-disk device driver if such a device is discovered.

D.

The matching device will have the kernel device name /dev/hdb.

E.

Symbolic link /dev/sparedisk is created for a device named /dev/hdb or one that has an ide-disk device driver, whichever is discovered first.

Which are three of the network bonding modes supported in Oracle Linux 8?

A.

Multicast

B.

Round-robin

C.

Split Horizon

D.

802.3ad

E.

Poison Reverse

F.

Active Backup

G.

Passive Backup

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

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.

Examine this network configuration:

NAME="ens4"

DEVICE="ens4"

ONBOOT=no

NETBOOT=yes

IPV6INIT=yes

BOOTPROTO=none

IPADDR=192.168.2.5

PREFIX=24

GATEWAY=192.168.2.1

TYPE=Ethernet

Which two statements are true after executing nmcli con mod ens4 ipv4.method auto?

A.

Interface ens4 automatically starts on boot.

B.

BOOTPROTO value is set to dhcp.

C.

ONBOOT value is set to yes.

D.

IPADDR value is considered null.

E.

ONBOOT value is set to dhcp.

F.

Interface ens4 is assigned an IP address of 192.168.2.5.

Which mdadm command creates a RAID-1 device consisting of two block volumes and one spare device?

A.

mdadm –create /dev/md0 –level=5 –raid-devices=2 /dev/xvdd1 /dev/xvdd2 –spare-devices=1 /dev/xvdd3

B.

mdadm –create /dev/md0 –level=1 –raid-devices=2 /dev/xvdd1 /dev/xvdd2

C.

mdadm –create /dev/md0 –level=1 –raid-devices=2 /dev/xvdd1 /dev/xvdd2 –spare-devices=1 /dev/xvdd3

D.

mdadm –create /dev/md0 –level=0 –raid-devices=2 /dev/xvdd1 /dev/xvdd2 –spare-devices=1 /dev/xvdd3