Oracle
1Z0-106
60
Oracle Linux 8 Advanced System Administration
A: Multicast
B: Round-robin
C: Split Horizon
D: 802.3ad
E: Poison Reverse
F: Active Backup
G: Passive Backup
A: Initialize the .swapfile file by using the mkswap command.
B: Execute swapon -all.
C: Change defaults to user in the /etc/fstab entry.
D: Assign a label to the .swapfile file by using the swaplabel command.
E: Execute swapon -L swapfile /.swapfile after adding a label.
F: Use a physical disk partition type of 82 (Linux swap).
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.
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.
A: mdadm --create /dev/md0 --level=5 --raid-devices=2 /dev/xvdd1 /dev/xvdd2 --spare-devices=1 /dev/xvdd3
B: mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/xvdd1 /dev/xvdd2
C: mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/xvdd1 /dev/xvdd2 --spare-devices=1 /dev/xvdd3
D: mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/xvdd1 /dev/xvdd2 --spare-devices=1 /dev/xvdd3