Wednesday, December 13, 2017

How to logout Lubuntu desktop from terminal

How to logout Lubuntu desktop from terminal

Alright guys in this article i'm going to show you one cool trick on lubuntu, and that is logout from lubuntu desktop using the command line interface (CLI)/Terminal. Let's have some fun!

Normally you use the logout button on lubuntu to logout from a desktop session, at first i never thought there is a command line that can do the same thing, but then i found this special command for logout from lubuntu desktop, it's pretty cool actually.

Here's the secret command:
kill -9 -1
or
sudo kill -9 -1

Go ahead try it, you will be taken to lubuntu login screen.



No comments:

Post a Comment