26.
Which command enables you to get information about password properties
such as password expiry?
- A.chage -l
- B.usermod --show
- C.passwd -l
- D.chage --show
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
The chage command enables you for managing password properties. |
27.
Which of the following files is not processed when a user starts a login shell ?
- A./etc/profile
- B./etc/.profile
- C.~/.bashrc
- D.~/.bash_profile
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
There is no file /etc/.profile . |
28.
Which of the following is not a property of a typical LDAP server?
- A.It is hierarchical.
- B.It is replicated.
- C.It is secure by default.
- D.It is distributed.
- Answer & Explanation
- Report
Answer : [C]
Explanation :
Explanation :
Security was not a goal in the original design of LDAP, and has to be applied separately. |
29.
Which of the following is not a valid tool in RHEL7 to configure LDAP
authentication?
- A.system-config-authentication
- B.authconfig
- C.authconfig-tui
- D.authconfig-gtk
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
The system-config-authentication tool was used in RHEL 6 and no longer exists in RHEL7. It has been replaced with authconfig, which comes in a command-line version, a TUI (text user interface) version, and a GTK (graphical) version. |
30.
When setting up authentication against an LDAP server, you need to specify
different items. Which of the following is not part of them?
- A.Base DN
- B.LDAP URI
- C.TLS certificate
- D.Administrator name
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
Unprivileged users should be able to set up LDAP authentication, which is why no admin name is needed to configure LDAP login. |