Oracle 1z0-105 Exam Practice Questions (P. 4)
- Full Access (97 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
Examine the udevadm command:
udevadm info --query=all --name=/dev/sdb
What does this command display?
udevadm info --query=all --name=/dev/sdb
What does this command display?
- Athe device tree, and all properties maintained in sysfs for all parent devices in the device tree for the /dev/sdb disk device
- Ball properties maintained in sysfs for the /dev/sdb kernel device, excluding parent devices
- Call properties maintained in devfs for the /dev/sdb kernel device, excluding parent devices
- Dthe device tree, and all properties maintained in devfs for the /dev/sdb device, including properties of all parent devices in the device tree for the /dev/sdb
Correct Answer:
D
D
send
light_mode
delete
Question #17
Which two statements are true about the configuration of kdump for capturing a dump image after a kernel crash?
- Akdump uses kexec to reboot the failed kernel and then captures a dump image.
- BThe crashkernel boot parameter must be added to the kernel line in the /boot/grub.conf file to enable kdump.
- CThe memory used for crashkernel is always at the same physical address.
- Dkdump requires no parameters because it is enabled by default.
- Ekdump uses kexec to boot a second kernel, which then captures a dump image.
Correct Answer:
AB
AB
send
light_mode
delete
Question #18
Which three statements are true about the Kickstart installation method?
- AIt always requires a Kickstart file.
- BThe system must be booted manually with the ks= option.
- CIt automates the installation of Oracle Linux.
- DIt creates a Kickstart file.
- EIt requires local access to the installation media.
- FIt requires a PXE boot from the network.
Correct Answer:
CEF
Reference: http://docs.oracle.com/cd/E37670_01/E41137/html/ch03s02.html
CEF
Reference: http://docs.oracle.com/cd/E37670_01/E41137/html/ch03s02.html
send
light_mode
delete
Question #19
Examine the sequence:
# sealert l dda34207-61fd-4de2-831d-039c79270864
SELinux is preventing /usr/sbin/httpd from read access on the file /var/www/manual/new_features_2_2.html.
***** Plugin restorecon (85.9 confidence) suggests *****
If you want to fix the label.
/var/www/manual/new_features_2_2.html default label should be httpd_sys_content_t.
Then you can run restorecon.
Do -
# /sbin/restorecon v /var/www/manual/new_features_2_2.html
***** Plugin catchall_boolen (7.33 confidence) suggests *****
If you want to allow httpd to read user content
Then you must tell SELinux about this by enabling the httpd_read_user_content boolean. You can read user_selinux man page for more details.
Do -
setsebool P httpd_read_user_content 1
What action must you take for fix this problem?
# sealert l dda34207-61fd-4de2-831d-039c79270864
SELinux is preventing /usr/sbin/httpd from read access on the file /var/www/manual/new_features_2_2.html.
***** Plugin restorecon (85.9 confidence) suggests *****
If you want to fix the label.
/var/www/manual/new_features_2_2.html default label should be httpd_sys_content_t.
Then you can run restorecon.
Do -
# /sbin/restorecon v /var/www/manual/new_features_2_2.html
***** Plugin catchall_boolen (7.33 confidence) suggests *****
If you want to allow httpd to read user content
Then you must tell SELinux about this by enabling the httpd_read_user_content boolean. You can read user_selinux man page for more details.
Do -
setsebool P httpd_read_user_content 1
What action must you take for fix this problem?
- ARelabel the file in question by using the restorecon command.
- BAllow httpd to read user content by using the setsebool command.
- CAllow httpd to read home directories by using the setsebool command.
- DReport a bug.
- EGenerate a local policy by using the audit2allow command.
Correct Answer:
B
B
send
light_mode
delete
Question #20
Which two statements are true about SELinux in enforcing mode?
- AAccess to object is based solely on user identity and ownership.
- BDiscretionary Access Control is ignored.
- CMandatory Access Control is checked before Discretionary Access Control.
- DDiscretionary Access Control is checked before Mandatory Access Control.
- EAccess is denied unless permitted by SELinux.
- FAccess is permitted unless denied by SELinux.
Correct Answer:
DE
Reference: http://docs.oracle.com/cd/E37670_01/E36387/html/ol_selinux_sec.html
DE
Reference: http://docs.oracle.com/cd/E37670_01/E36387/html/ol_selinux_sec.html
send
light_mode
delete
All Pages