How to Switch to Root or Normal User Account on 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.
Beginners Guide for Passwd Command on Linux
https://linuxtldr.com/passwd-command/
https://linuxtldr.com/passwd-command/
Linux TLDR
Beginners Guide for Passwd Command on Linux
The passwd command is used to modify the user’s password and its properties, like deleting the password, expiring the password, deactivating the account, and many more.
Beginners Guide for Groupadd Command on Linux
https://linuxtldr.com/groupadd-command/
https://linuxtldr.com/groupadd-command/
Linux TLDR
Beginners Guide for Groupadd Command on Linux
Linux administrators are allowed to create "normal user accounts" with a range from 1000 to 60000 uids, where uid 0 is reserved for "root users" and "system users" are allowed uids from 1 to 999.