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

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

Questions 4

Examine this output:

Last metadata expiration check: 4:30:21 ago on Mon 26 Oct 2020 03:09:52 PM GMT

Installed Packages

Name : gzip

Version : 1.9

Release : 9.el8

Architecture : x86_64

Size : 412 k

Source : gzip-1.9-9.el8.src.rpm

Repository : @System

From repo : anaconda

Summary : The GNU data compression program

URL : http://www.gzip.org/

License : GPLv3+ and GFDL

Description : The gzip package contains the popular GNU gzip data compression

program. Gzipped files have a .gz extension.

Gzip should be installed on your system, because it is a very

commonly used data compression program.

Which command generated it?

Options:

A.

dnf list /usr/bin/gzip

B.

dnf provides /usr/bin/gzip

C.

dnf info /usr/bin/gzip

D.

dnf search /usr/bin/gzip

Buy Now
Questions 5

Which two statements are true about naming network interfaces?

Options:

A.

Consistent device naming is enabled by default.

B.

The udev device manager generates device names based on a series of schemes.

C.

The udev device manager uses a random number if all other schemes fail.

D.

Device names cannot be manually configured.

E.

Device names incorporate the physical location and hot plug slot index number.

Buy Now
Questions 6

Examine the contents of the /etc/exports file on an NFS server:

/status *(rw,async)

/usr/shared/tools *(all-squash,anonuid=501,anongid=501,ro)

/projects/big *(ro) pteam(rw)

The NFS server exports /usr/shared/tools to NFS clients. Which statement is true?

Options:

A.

All clients except those with a local 501 user can mount /usr/shared/tools read-only.

B.

All clients can mount /usr/shared/tools read-only and NFS explicitly maps all requests to the UID and GID of the privileged local 501 user.

C.

All clients can mount /usr/shared/tools read-only and NFS explicitly maps all requests to the UID and GID of the unprivileged local 501 user.

D.

All clients can mount /usr/shared/tools read-only and all-squash overrides explicit mapping of the UID and GID defined by anonuid and anongid.

E.

All clients can mount /usr/shared/tools read-only and NFS ignores the directives defined by the anonuid and anongid options.

Buy Now
Questions 7

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 8

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
Questions 9

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
Questions 10

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 11

Which two statements are true about the Oracle Linux 8 boot process?

Options:

A.

The bootloader loads the initramfs file into memory and extracts the vmlinuz file into a temporary file system (tmpfs).

B.

The kernel loads driver modules from vmlinuz that are required to access the root file system.

C.

The bootloader loads the initramfs file into memory and extracts the vmlinuz file into the /boot file system.

D.

The kernel loads driver modules from initramfs that are required to access the root file system.

E.

Both the vmlinuz file and the initramfs file are located in the /boot directory.

Buy Now
Questions 12

Examine this udev device naming rule which gets processed successfully:

makefile

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

Which two statements are true?

Options:

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.

Buy Now
Questions 13

Which three statements are true about the journalctl command?

Options:

A.

journalctl -bl -p err fails if journal persistence is not configured.

B.

journalctl -p err shows only error log level.

C.

journalctl -p notice..warning shows all messages from notice to warning log level since the last boot.

D.

journalctl -k shows kernel logs since the last boot.

E.

journalctl -p 6 shows all info log level messages and above.

Buy Now
Questions 14

Which two statements are true about the at and batch commands?

Options:

A.

batch schedules the execution of recurring tasks.

B.

at schedules the execution of recurring tasks.

C.

Both at and batch read from standard input, or you can specify a file and execute the commands with the -f option.

D.

batch executes a task when the system load average is greater than 0.8.

E.

at executes a one-time task to run at a specific time.

Buy Now
Questions 15

The ss command was invoked with options to:

    limit output to all listening and non-listening TCP ports

    display ports instead of the protocols that typically use those ports

    display all available internal TCP information

    display only connections whose source or destination port is 80

Which two results are produced by the command?

Options:

A.

UNCONN 0 0 [::1]:323 [::]:*

B.

tcp CLOSE-WAIT 32 0 server.example.com:44732 12.21.0.15:https

C.

ESTAB 0 0 10.12.18.92:50384 169.254.169.254:80 cubic wscale:9,7 rto:201 rtt: 0.226/0.113 ato:40 mss:8948 pmtu:9000 rcvmss:1728 advmss:8948 cwnd:10 bytes_sent:142 bytes_acked:143 bytes_received:1728 segs_out:4 segs_in:3 data_segs_out:1 data_segs_in:1 send 3167433628bps lastsnd:11351 lastrcv: 11351 lastack:11351 pacing_rate 6334867256bps delivery_rate 504112672bps delivered:2 app_limited rcv_space:62720 rcv_ssthresh:56588 minrtt:0.142

D.

LISTEN 0 511 *:80 *:* cubic cwnd:10

E.

icmp6 UNCONN 0 0 *:58 *:*

Buy Now
Questions 16

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 17

Which two statements are true about kernel boot parameters?

Options:

A.

Boot parameters are defined as values for the GRUB_CMDLINE_LINUX directive in the /etc/default/grub file.

B.

Boot parameters defined as values for the GRUB_BOOT command-line interface are persistent and apply to all subsequent reboots.

C.

Each kernel version's boot parameters are stored in independent configuration files in/boot/loader/entries.

D.

Parameters passed to the kernel from the GRUB 2 menu are persistent and apply to all subsequent reboots.

Buy Now
Questions 18

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
Exam Code: 1z0-106
Exam Name: Oracle Linux 8 Advanced System Administration
Last Update: Dec 3, 2024
Questions: 60

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90