nerdexam
Oracle

1Z0-403 · Question #112

The output of the pstree command is shown below: [root@server1 ~]# pstree | grep login |-3*[login---bash] |--login--bash--vim | Which command would you use to terminate all login sessions on the…

The correct answer is A. pkill login C. killall login. See the full explanation below for the reasoning.

Question

The output of the pstree command is shown below: [root@server1 ~]# pstree | grep login |-3*[login---bash] |--login--bash--vim | Which command would you use to terminate all login sessions on the text terminals? (Choose all that apply.)

Options

  • Apkill login
  • Bkill -5 login
  • Ckillall login
  • Dkillall5 login
  • Ekill -KILL login

How the community answered

(65 responses)
  • A
    85% (55)
  • B
    8% (5)
  • D
    5% (3)
  • E
    3% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-403 Practice