nerdexam
F5

303 · Question #426

Which method is recommended for creating a new user from the CLI?

The correct answer is B. Run tmsh create auth user username prompt for password' from bash. The f5adduser commands were removed and tmsh is the recommended way to create users. https://support.f5.com/csp/article/K11677

Section 4: Administer and Maintain ASM

Question

Which method is recommended for creating a new user from the CLI?

Options

  • ARun f5adduser username' then 'f5passwd username' from bash or tmsh
  • BRun tmsh create auth user username prompt for password' from bash
  • Cedit bigip.conf to add the new user and the user's clear-text password
  • DRun useradd username' then 'passwd username' from bash tmsh

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    71% (20)
  • C
    18% (5)
  • D
    7% (2)

Explanation

The f5adduser commands were removed and tmsh is the recommended way to create users. https://support.f5.com/csp/article/K11677

Topics

#user management#tmsh#CLI#authentication

Community Discussion

No community discussion yet for this question.

Full 303 Practice