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)- A85% (55)
- B8% (5)
- D5% (3)
- E3% (2)
Community Discussion
No community discussion yet for this question.