nerdexam
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)
  • A
    4% (1)
  • B
    83% (20)
  • C
    4% (1)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full 117-300 Practice