The following command signs me out (do not run this command):
kill -9 -1
I don't understand why.
Can someone explain this to me?
|
|
|
The syntax is The Since you don't use |
|||||||||||||
|
|
try
to get an explanation of the kill command.. it says:
and
I hope you understand why your computer will log you out, when you end all processes. You quitted everything. Hope this helps. |
|||||
|
|
You are giving -1 as the process id: from the kill man-page:
|
|||
|
|