LPI
117-300 · Question #163
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
(24 responses)- A4% (1)
- B83% (20)
- C4% (1)
- D8% (2)
Community Discussion
No community discussion yet for this question.