Vidyalelo
Computer Science · Q297

UNIX

Engineering and GATE · Computer Science · question 297

Q297

Which of the followings command(s) is used to kill the login shell?

A.
kill 0
B.
kill -9 $$
C.
kill -s KILL 0
D.
kill -9 $$ and kill -s KILL 0
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board