Pass the Oracle Oracle Linux Administration 1z0-106 Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

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.


Questions # 12:

Examine these commands, which execute successfully:

# firewall-cmd --zone=public --add-service=cockpit --permanent

# firewall-cmd --zone=public --add-port=1313/tcp --permanent

# firewall-cmd --reload

Which are true upon execution?

Options:

A.

The Cockpit service is added only to the public zone.


B.

Egress traffic is allowed for the Cockpit service only when using port 1313.


C.

Runtime firewall configuration is not lost when the firewalld process is restarted or the system is rebooted.


D.

Port 1313 blocks all traffic for the public zone except for ingress traffic to the Cockpit service.


E.

The custom Cockpit service configuration file is updated in /usr/lib/firewalld/services.


Questions # 13:

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 # 14:

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.


Questions # 15:

Examine these requirements for a host with a user oracle:

    Network services must run in a confined domain.

    The oracle user must be confined.

    The oracle user must be able to use Mozilla Firefox.

    Access to files and directories must be granted based only on SELinux contexts.

    The SELinux configuration must be persistent across system restarts.

    Users must be able to publish private HTML content.

Now examine these commands and output:

# sestatus

SELinux status: enabled

SELinuxfs mount: /sys/fs/selinux

SELinux root directory: /etc/selinux

Loaded policy name: targeted

Current mode: permissive

Mode from config file: permissive

Policy MLS status: enabled

Policy deny_unknown status: allowed

Memory protection checking: actual (secure)

Max Kernel policy version: 31

# setenforce enforcing

# semanage login -a -s guest_u oracle

# setsebool -P http_enable_homedirs on

Which requirements are satisfied?

Options:

A.

1, 2, 4, 5, 6


B.

1, 2, 3, 4, 5, 6


C.

1, 2, 3, 5, 6


D.

1, 2, 6


E.

1, 2, 4, 6


F.

1, 2, 3, 6


Questions # 16:

Which two actions are performed by the logrotate utility?

Options:

A.

rotating log files as specified


B.

encrypted log files


C.

compressing log files


D.

duplicating log files


E.

hashing log files


Questions # 17:

Examine this command and output:

# cat deployment.yaml

apiVersion: apps/v1

kind: Deployment

metadata:

name: nginx-deployment

spec:

selector:

matchLabels:

app: nginx

replicas: 2

template:

metadata:

labels:

app: nginx

spec:

containers:

- name: nginx

image: nginx:1.14.2

ports:

- containerPort: 80

Now examine this command which executes successfully:

$ kubectl create -f deployment.yaml

Which two statements are true?

Options:

A.

The command creates and guarantees the availability of a specified number of identical pods.


B.

The command creates a deployment named nginx.


C.

The command creates a pod named nginx.


D.

The command specifies port 80 as the port that the container exposes.


E.

The command specifies nginx image version 1.14.2 and will fail if the image version is not available.


Questions # 18:

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.


Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions