How to Switch to Root or Normal User Account in Linux
https://linuxtldr.com/switch-to-root-or-normal-user-account-in-linux/
https://linuxtldr.com/switch-to-root-or-normal-user-account-in-linux/
Linux TLDR
How to Switch to Root or Normal User Account on Linux
A root or normal user can easily switch to another user account using the su command if they know their current or another user's password.
Difference Between Su, Sudo Su, Sudo -i, and Sudo -s
https://linuxtldr.com/different-ways-to-switch-users-account/
https://linuxtldr.com/different-ways-to-switch-users-account/
Linux TLDR
Difference Between Su, Sudo Su, Sudo -i, and Sudo -s
There are tons of reasons to switch to another user’s or the root user’s account, however there are multiple ways to do so, which we are going to learn today.
How to Block ‘su’ Access for Sudo Users
https://linuxtldr.com/block-su-access-for-sudo-users/
https://linuxtldr.com/block-su-access-for-sudo-users/
Linux TLDR
How to Block 'su' Access for Sudo Users
The su command is the most powerful command on Linux, giving anyone with access to another user’s account by knowing their current password if they have sudo privileges.