Gnome Logout from command

command linegnomelogout

How to get logout from Gnome session via command line ? Also Is there any way in GNOME to do "switch user" from command line ?

Best Answer

In Ubuntu 12.10...

gnome-session-quit --logout

Logs me out.

dm-tool switch-to-greeter

Lets me switch user.

Related Question