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.)
A.
pkill login
B.
kill -5 login
C.
killall login
D.
killall5 login
E.
kill -KILL login