Winter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

As root you configured a file system using AutoFS with default settings. In the first session, you changed to a directory under AutoFS control. In a second session, you changed to /etc. Now the idle time for the session expires. Which two statements are true about the status of the file system mounted in the first session?

A.

It remains mounted as long as the system is running.

B.

It remains mounted until you log out from the first session.

C.

It was unmounted from the first session when the timer expired.

D.

It was unmounted when the second session began.

E.

It remains mounted until you switch to a directory outside the current mount point.

Full Access
Question # 5

Which two components are used for creating a new rsyslog rule?

A.

filter

B.

action

C.

parser

D.

module

E.

security policy

Full Access
Question # 6

Which command produces human-readable timestamps in kernel ring buffer messages?

A.

dmesg -t

B.

dmesg -x

C.

dmesg -T

D.

dmesg -W

Full Access
Question # 7

Which two features does a user private group provide?

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

Full Access
Question # 8

Which statement is true about slice units?

A.

A slice unit is a concept for hierarchically managing resources in a group of processes.

B.

Processes in a slice unit are named at the same level as scopes and services.

C.

The system.slice contains all system services and user sessions.

D.

A slice unit accepts multiple names by the creation of additional symlinks to the unit file.

Full Access
Question # 9

Which two statements are true about removing a physical volume (PV) from a volume group (VG)?

A.

It can be removed only after removing it from its VG by using vgreduce.

B.

It can be removed when an active VG has mounted file systems by running vgexport.

C.

It cannot be removed when it is part of an active VG.

D.

It can be removed when an inactive logical volume is on the VG.

E.

It can be removed when it is part of an active VG.

Full Access
Question # 10

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.

Full Access
Question # 11

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

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.

Full Access
Question # 12

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

Full Access
Question # 13

Examine /etc/anacrontab:

SHELL=/bin/sh

PATH=/sbin:/bin:/usr/sbin:/usr/bin

MAILTO=root

# the maximal random delay added to the base delay of the jobs

RANDOM_DELAY=45

# the jobs are started during the following hours only

START_HOURS_RANGE=3-22

# period in days delay in minutes job-identifier command

1 5 dailyjob nice run-parts /etc/cron.daily

7 25 weeklyjob nice run-parts /etc/cron.weekly

@monthly 45 monthlyjob nice run-parts /etc/cron.monthly

Which two statements are true about the jobs scheduled in this file?

A.

Scripts run by the first job are delayed between 11 and 45 minutes.

B.

Jobs defined in this anacrontab file can be executed between 15:00 and 22:00

C.

Scripts run by the third job are delayed between 45 and 90 minutes.

D.

Jobs defined in this anacrontab file are randomly delayed by up to 51 minutes.

E.

Scripts run by the second job are delayed between 31 and 70 minutes.

Full Access
Question # 14

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

Full Access
Question # 15

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

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.

Full Access
Question # 16

Which three statements are true about the journalctl command?

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.

Full Access
Question # 17

Which two statements are true about the proc and sys file systems?

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.

Full Access
Question # 18

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?

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.

Full Access