Oracle Linux 8 Advanced System Administration - 1z1-106 模擬練習

Examine this udev device naming rule which gets processed successfully:
makefile
KERNEL=="hdb", DRIVER=="ide-disk", SYMLINK+="sparedisk"
Which two statements are true?

正解: B,D
解説: (PassTest メンバーにのみ表示されます)
You must add an additional swap device and you add this entry to /etc/fstab:
/.swapfile none swap defaults 0 0
Examine these commands and output:
# dd if=/dev/zero of=/.swapfile bs=1024 count=1048576
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.32499 s, 248 MB/s
# swapon -a
swapon: /.swapfile: insecure permissions 0644, 0600 suggested.
swapon: /.swapfile: read swap header failed
Which two actions must you perform to add this swap device?

正解: B,F
解説: (PassTest メンバーにのみ表示されます)
Examine these Kubernetes components:

Which option correctly matches the components with their description?

正解: D
解説: (PassTest メンバーにのみ表示されます)
Which two features does a user private group provide?

正解: B,E
解説: (PassTest メンバーにのみ表示されます)
Examine this command:
# useradd -m -s /bin/bash alice
Which statement is true about the account?

正解: A
解説: (PassTest メンバーにのみ表示されます)
Which statement is true about slice units?

正解: C
解説: (PassTest メンバーにのみ表示されます)
Which two components are used for creating a new rsyslog rule?

正解: A,C
解説: (PassTest メンバーにのみ表示されます)