LPI
117-301 · Question #33
Which of the following arguments complete the command which will search for cn=ldapadmin OR ou=BR recursively in the directory? ldapsearch -LLL -h server -s sub -b "o=inc" "_______"
The correct answer is B. ( |(cn=ldapamin) (ou=BR) ). See the full explanation below for the reasoning.
Question
Which of the following arguments complete the command which will search for cn=ldapadmin OR ou=BR recursively in the directory? ldapsearch -LLL -h server -s sub -b "o=inc" "_______"
Options
- A( (cn=ldapamin)|(ou=BR) )
- B( |(cn=ldapamin) (ou=BR) )
- C( (cn=ldapamin) (ou=BR) )
- D( (cn=ldapamin) (ou=BR)| )
- E( (cn=ldapamin)||(ou=BR) )
How the community answered
(43 responses)- A7% (3)
- B74% (32)
- C2% (1)
- D2% (1)
- E14% (6)
Community Discussion
No community discussion yet for this question.