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

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

Questions 4

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.

Buy Now
Questions 5

Examine this command and output:

$ ftp host01.example.com

Connected to host01.example.com (192.168.40.131).

220 (vsFTPd 3.0.2)

Name (host01.example.com:oracle):

After entering a carriage return, this error message is displayed:

530 Permission denied

Login Failed

ftp>

Why is the oracle user denied access to the FTP server on host01.example.com?

Options:

A.

The oracle user does not exist on host01.example.com.

B.

LOCAL_ENABLE is set to NO in /etc/vsftpd/vsftpd.conf.

C.

The oracle user is listed in /etc/vsftpd/user_list and USERLIST_ENABLE is set to NO in /etc/vsftpd/vsftpd.conf.

D.

The oracle user is listed in /etc/vsftpd/ftpusers.

E.

The oracle user is listed in /etc/vsftpd/user_list and USERLIST_ENABLE is set to YES in /etc/vsftpd/vsftpd.conf.

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 statements are true about systemd system and service manager?

Options:

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.

Buy Now
Questions 8

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 9

Examine this command:

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

Which two statements are true upon execution?

Options:

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.

Buy Now
Questions 10

Which two commands relabel an SELinux system after a reboot?

Options:

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

Buy Now
Questions 11

Examine this command:

# useradd -m -s /bin/bash alice

Which statement is true about the account?

Options:

A.

It is a member of the wheel group.

B.

It is assigned a shell but without a password.

C.

It is assigned a home directory and a password.

D.

It is not assigned a home directory.

Buy Now
Questions 12

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 13

Which two default user account settings are contained in /etc/login.defs?

Options:

A.

Decryption method used to decrypt passwords.

B.

User hashed passwords.

C.

Group hashed passwords.

D.

Password aging controls.

E.

Encryption method used to encrypt passwords.

Buy Now
Questions 14

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 15

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

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 17

Examine this command:

# cryptsetup luksOpen /dev/xvdd1 cryptfs

What happens upon execution?

Options:

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.

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 15, 2025
Questions: 60
1z0-106 pdf

1z0-106 PDF

$29.75  $84.99
1z0-106 Engine

1z0-106 Testing Engine

$35  $99.99
1z0-106 PDF + Engine

1z0-106 PDF + Testing Engine

$47.25  $134.99