[Oct-2024] 100% Actual 1Z0-106 dumps Q&As with Explanations Verified & Correct Answers
1Z0-106 Dumps with Free 365 Days Update Fast Exam Updates
NEW QUESTION # 15
Which two commands relabel an SELinux system after a reboot?
- A. Set kernel parameter autorelabel=0
- B. fixfiles -F relabel
- C. fixfiles -F onboot
- D. Set kernel parameter selinux=0
- E. echo "relabel=1" > /.selinux
- F. touch /.autorelabel
Answer: C,F
NEW QUESTION # 16
Which two types of reports does iostat generate?
- A. Storage Utilization Report
- B. CPU Utilization Report
- C. Device Utilization Report
- D. Memory Utilization Report
- E. Swap Utilization Report
Answer: B,C
NEW QUESTION # 17
Which two statements are true about the configuration and use of cron or anacron?
- A. anacron jobs are used to run cron jobs if the system was powered off when they were scheduled to run.
- B. All crontabs are held in the /etc/cron.d directory.
- C. anacron jobs may run only once a day.
- D. cron jobs may run only once a minute.
- E. The crond daemon looks for jobs only in /etc/crontab.
Answer: A,C
NEW QUESTION # 18
Which two statements are true about kernel boot parameters?
- A. Parameters passed to the kernel from the GRUB 2 menu are persistent and apply to all subsequent reboots.
- B. Boot parameters are defined as values for the GRUB_CMDLINE_LINUX directive in the /etc/default/grub file.
- C. Each kernel version's boot parameters are stored in independent configuration files in /boot/loader/entries.
- D. Boot parameters defined as values for the GRUB_BOOT command-line interface are persistent and apply to all subsequent reboots.
Answer: B,C
NEW QUESTION # 19
Which two statements are true about control groups (cgroups) in Oracle Linux 8?
- A. Oracle Linux 8 implements cgroups v2 by default.
- B. Cgroups allow processes to be organized into hierarchical groups whose resource usage cannot be limited and monitored.
- C. A cgroup is a collection of processes bound to a set of limits or parameters defined in the cgroups filesystem.
- D. Different controllers from cgroups version 1 and cgroups version 2 cannot be used at the same time.
- E. The cgroups filesystem allows limits to be overwritten in the lower levels of the hierarchy.
Answer: A,C
NEW QUESTION # 20
Which are three of the network bonding modes supported in Oracle Linux 8?
- A. Poison Reverse
- B. Round-robin
- C. 802.3ad
- D. Split Horizon
- E. Multicast
- F. Passive Backup
- G. Active Backup
Answer: B,C,G
NEW QUESTION # 21
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?
- A. setfacl --modify user:user2:r-x my_directory
- B. setfacl --modify group:test:r-- my_directory
- C. setfacl --modify user:user2:r-- my_directory
- D. setfacl -x user:user2 my_directory
- E. setfacl --default --modify user:user2:rw- my_directory
Answer: A
NEW QUESTION # 22
Which two features does a user private group provide?
- A. Capability to create new group users
- B. Ability for only a group's users to read files in a new directory
- C. Capability to prevent other users from modifying a file
- D. Capability to execute sudo
- E. Provision of a unique group.
Answer: C,E
NEW QUESTION # 23
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 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?
- A. dnf info /usr/bin/gzip
- B. dnf provides /usr/bin/gzip
- C. dnf search /usr/bin/gzip
- D. dnf list /usr/bin/gzip
Answer: A
NEW QUESTION # 24
Which is true about the /etc/sysconfig directory in an Oracle Linux 8 system?
- A. Its contents depend on the packages installed on the system.
- B. Files in this directory hierarchy contain information about system hardware.
- C. Files in this directory hierarchy contain information about running processes.
- D. It is used to access device and device driver information.
Answer: A
NEW QUESTION # 25
Examine this command and output:
# mdadm --detail /dev/md0
/dev/md0:
Creation Time: Tue Oct 27 16:53:38 2020
Raid Level: raid5
Array Size: 207872 (203.03 MiB 212.86 MB)
Used Dev Size: 103936 (101.52 MiB 106.43 MB)
Raid Devices: 3
Total Devices: 3
Persistence : Superblock is persistent
Update Time: Tue Oct 27 16:53:38 2020
State: clean, degraded, recovering
Active Devices: 2
Working Devices: 3
Failed Devices: 0
Spare Devices: 1
Layout: left-symmetric
Chunk Size: 512K
Rebuild Status: 60% complete
Name: ol8.example.com:0 (local to host ol8.example.com)
UUID: 70f8bd2f:0505d92d:750a781e:c224508d
Events: 66
Number Major Minor RaidDevice State
0 8 49 0 active sync /dev/sdd1
1 8 65 1 active sync /dev/sde1
3 8 81 2 spare rebuilding /dev/sdf1
Which two are true?
- A. An extra device was added to this RAID set to increase its size.
- B. Only write performance is currently sub-optimal on this RAID set.
- C. A RAID device failed and has returned to normal operating status.
- D. A new RAID device was just added to replace a failed one.
- E. The RAID set read and write performance is currently sub-optimal.
Answer: D,E
NEW QUESTION # 26
Which two statements are true about container technology?
- A. A container application is dependent on the host operating system and kernel version.
- B. Podman requires a running daemon to function and to enable containers to start and run without root permissions.
- C. Containers package an application with the individual runtime stack.
- D. Podman, Buildah, and Skopeo are independent tools to create, run, and manage container applications across compatible Oracle Linux systems.
- E. A container application built on a bare metal system cannot run on virtual machines or cloud instances.
Answer: C,D
NEW QUESTION # 27
Which two are true about using Ksplice?
- A. Yum cannot upgrade a kernel patched by Ksplice
- B. It can patch the kernel without shutting down the system.
- C. The Ksplice client is freely available to all customers.
- D. Ksplice has two clients; each can run in three different modes.
- E. Ksplice can be used without a network connection
Answer: A,B
NEW QUESTION # 28
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. IPADDR value is considered null.
- B. Interface ens4 is assigned an IP address of 192.168.2.5.
- C. Interface ens4 automatically starts on boot.
- D. ONBOOT value is set to yes.
- E. BOOTPROTO value is set to dhcp.
- F. ONBOOT value is set to dhcp.
Answer: D,E
NEW QUESTION # 29
Which takes precedence for ssh program configuration?
- A. /etc/ssh/ssh_config
- B. ~/.ssh/config
- C. /etc/ssh/sshd_config
- D. Command line
Answer: D
NEW QUESTION # 30
Which two statements are true about fdisk?
- A. It can divide logical devices into one or more block disks called partitions.
- B. It can partition disks larger than 2 TB by using a GPT partition table.
- C. fdisk -l displays disk size information for all disks.
- D. It cannot partition disks larger than 2 TB by using a GPT partition table.
- E. It understands GPT, MBR, and HFS partition tables.
Answer: B,C
NEW QUESTION # 31
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. A slice unit accepts multiple names by the creation of additional symlinks to the unit file.
- D. The system.slice contains all system services and user sessions.
Answer: A
NEW QUESTION # 32
Which two components are used for creating a new rsyslog rule?
- A. filter
- B. action
- C. module
- D. parser
- E. security policy
Answer: A,B
NEW QUESTION # 33
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?
- A. icmp6 UNCONN 0 0 *:58 *:*
- B. UNCONN 0 0 [::1]:323 [::]:*
- C. LISTEN 0 511 *:80 *:* cubic cwnd:10
- D. tcp CLOSE-WAIT 32 0 server.example.com:44732 12.21.0.15:https
- E. 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
Answer: C,E
NEW QUESTION # 34
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 second job are delayed between 31 and 70 minutes.
- B. Jobs defined in this anacrontab file can be executed between 15:00 and 22:00
- C. Scripts run by the first job are delayed between 11 and 45 minutes.
- D. Jobs defined in this anacrontab file are randomly delayed by up to 51 minutes.
- E. Scripts run by the third job are delayed between 45 and 90 minutes.
Answer: B,E
NEW QUESTION # 35
Examine these Kubernetes components:
Which option correctly matches the components with their description?
- A. 1-d, 2-f, 3-c, 4-e, 5-a, 6-b
- B. 1-b, 2-a, 3-e, 4-c, 5-f, 6-d
- C. 1-a, 2-d, 3-b, 4-c, 5-e, 6-f
- D. 1-d, 2-f, 3-e, 4-a, 5-c, 6-b
- E. 1-c, 2-f, 3-d, 4-b, 5-e, 6-a
Answer: A
NEW QUESTION # 36
......
Oracle 1Z0-106 certification exam is a valuable credential for IT professionals who want to demonstrate their expertise in advanced Linux system administration. Oracle Linux 8 Advanced System Administration certification is recognized by employers around the world as a mark of excellence in the field of Linux administration. Candidates who pass the exam can expect to be in high demand for job roles such as Linux administrator, system engineer, and cloud engineer.
Verified 1Z0-106 dumps Q&As - 2024 Latest 1Z0-106 Download: https://passleader.realexamfree.com/1Z0-106-real-exam-dumps.html

