nerdexam
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)
  • A
    7% (3)
  • B
    74% (32)
  • C
    2% (1)
  • D
    2% (1)
  • E
    14% (6)

Community Discussion

No community discussion yet for this question.

Full 117-301 Practice