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.
How to Find All Users in Linux
https://linuxtldr.com/listing-users-in-linux/
https://linuxtldr.com/listing-users-in-linux/
Linux TLDR
How to Display the List of All Users in Linux (Ultimate Guide)
It is important for a Linux administrator to find out all the users in their current system so that they can adjust the rules and privileges for each one.
Systemctl Mask vs Systemctl Disable
https://linuxtldr.com/systemctl-mask-vs-systemctl-disable/
https://linuxtldr.com/systemctl-mask-vs-systemctl-disable/
Linux TLDR
Systemctl Mask vs Systemctl Disable
The systemctl mask and systemctl disable are both crucial commands for Linux administrators, and you must know their differences to decide which one to choose in certain situations.