Oracle 1z0-100 Exam Practice Questions (P. 5)
- Full Access (141 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 #21
Which two conditions should be met in order to successfully configure an openssh client on Oracle Linux?
- AThe openssh-server package must not be installed.
- BThe openssh package must be installed.
- CThe sshd daemon must not be started.
- DThe openssh-client package must be installed.
- EThe ssh-agent must be started.
- Fssh keys must be generated by any user using the ssh client.
Correct Answer:
BD
To connect to an OpenSSH server from a client machine, you must have the openssh-clients and openssh packages installed on the client machine.
BD
To connect to an OpenSSH server from a client machine, you must have the openssh-clients and openssh packages installed on the client machine.
send
light_mode
delete
Question #22
Which three settings are required to configure an openLdap to use directory service provided by Ldap.example.com?
- ASet the LDAP Search Base DN and the LDAP server address and postin /etc/openldap/ldap.conf to: dc=example, dc = comldap://ldap.example.com:389
- BSet LDAP Search Base DN and the LDAP server address and port in /etc/ldap.conf to: dc=example, dc=comldap://ldap.example.com:389
- CEnsure that /etc/nsswitch.conf correctly references authentication priorities: passed: files ldapshadow: files ldapgroup: files ldap
- DEnsure that the LDAP server name can be resolved.
- EEnsure that DNS is used to resolve the LDAP server name.
Correct Answer:
ACE
A: The configuration file for the OpenLDAP libraries is /usr/local/etc/openldap/ldap.conf.
C: In order to use LDAP naming services, you must also properly configure all LDAP client machines, in addition to modifying the nsswitch.conf
E: The client's domain name must be served by the LDAP server
ACE
A: The configuration file for the OpenLDAP libraries is /usr/local/etc/openldap/ldap.conf.
C: In order to use LDAP naming services, you must also properly configure all LDAP client machines, in addition to modifying the nsswitch.conf
E: The client's domain name must be served by the LDAP server
send
light_mode
delete
Question #23
Refer to the Exhibit.
[root@server1 ~ # 1s -1 /usr/bin/passwd
-r-xxx 1 root root 21200 oct 7 21:01 /usr/bin/passwd
[root@server1 ~] # 1s -1 /etc/shadow
-r - - - - - - - - 1 root root 1818 Mar 7 10:31 /etc/shadow]
[root@server1 ~]#
A user smith is on your system complained that he is not able to change his password. As the administrator, you long-listed the passwd command and the /etc/ shadow file.
View the Exhibit that shows the output.
What must you do to enable this user to change his password?
[root@server1 ~ # 1s -1 /usr/bin/passwd
-r-xxx 1 root root 21200 oct 7 21:01 /usr/bin/passwd
[root@server1 ~] # 1s -1 /etc/shadow
-r - - - - - - - - 1 root root 1818 Mar 7 10:31 /etc/shadow]
[root@server1 ~]#
A user smith is on your system complained that he is not able to change his password. As the administrator, you long-listed the passwd command and the /etc/ shadow file.
View the Exhibit that shows the output.
What must you do to enable this user to change his password?
- ASet SGID on /usr/bin/passwd.
- BSet SUID on /usr/bin/passwd.
- CSet sticky bit on /usr/bin/passwd.
- DSet read and write permission for others on /etc/shadow.
- ESet permission on /etc/shadow to 600.
Correct Answer:
B
B
send
light_mode
delete
Question #24
What happens if you reboot a Ksplice Uptrack-enabled system when the following conditions exist?
1. The Internet is unreachable due to a failing router.
2. The INSTALL_ON_REBOOT property is set to YES in /etc/uptrack/uptrack.conf.
1. The Internet is unreachable due to a failing router.
2. The INSTALL_ON_REBOOT property is set to YES in /etc/uptrack/uptrack.conf.
- AThe Ksplice updates are applied early in the boot sequence despite the fact that the Internet is unreachable.
- BThe Ksplice updates are not applied during the boot sequence, but they will be applied as soon as the Internet becomes reachable again.
- CThe updates are not applied during the boot sequence and will not be applied after the Internet has become reachable again.
- DThe system waits in the boot sequence for the internet to become reachable again.
- EThe system boots to single-user mode.
Correct Answer:
A
* # Automatically install updates at boot time. If this is set, on
# reboot into the same kernel, Uptrack will re-install the same set of
# updates that were present before the reboot.
install_on_reboot = yes
* To install updates automatically at boot time, the following entry must appear in /etc/uptrack/uptrack.conf: install_on_reboot = yes
A
* # Automatically install updates at boot time. If this is set, on
# reboot into the same kernel, Uptrack will re-install the same set of
# updates that were present before the reboot.
install_on_reboot = yes
* To install updates automatically at boot time, the following entry must appear in /etc/uptrack/uptrack.conf: install_on_reboot = yes
send
light_mode
delete
Question #25
Which two statements are true about administering the use of the Sudo command in Oracle Linux?
- Avisudo will never save the /etc/sudoers file if there are syntax errors in the file after editing.
- Bvisudo prompts for an action if there are syntax errors in the /etc/sudoers file after editing.
- CUsing vi to edit /etc/sudoers opens the file read only.
- DMultiple administrators may edit the /etc/sudoers file simultaneously using visudo but only one may save the edited result.
- EMultiple administrators may edit the /etc/sudoers file simultaneously using vi but only one may save the edited result.
Correct Answer:
BC
BC
send
light_mode
delete
All Pages