Methods to Log Out of Linux Mint 20 ?
This article will guide you on methods to logout from the Linux #Mint. Based on your convenience, you can use either the keyboard shortcut or the system menu to logout from your session. When you use a terminal or if you log in to an #Ubuntu system via #SSH, you open a shell session. If you want to logout from your session, you simply exit the #shell. This is why the exit command is equivalent to log out command in Linux.
To switch users in #Linux:
The su command lets you switch the current user to any other user.
If you need to run a command as a different (non-root) user, use the –l [username] option to specify the user account.
Additionally, su can also be used to change to a different shell interpreter on a go.
Methods to Log out of Ubuntu 20.04 LTS ?
This article will guide you on different methods to log out of your #Ubuntu 20.04 system very conveniently. By logging out of a current user session, we essentially attempt to stop all the running #applications.
It means that when we will log into the same user account again, we will have to start everything from scratch.
Steps to Log Out from Ubuntu #Linux:
1. To log out from Ubuntu desktop #session, go to the top right corner and click to bring the system tray.
2. You should see Power Off / Log Out option.
3. Click on it and it will show the Log Out option.
4. When you click on the Log Out button, it will open a dialogue box and ask for your conformation.
You can Use #logout to log out of the #terminal. Or alternatively we can use ctrl + d to log out of the terminal session.
