In this blog, we'll cover user management: creating, deleting, changing users, and more.
Which User Are You?
To find out which user you're currently logged in as, use the command:
whoami
How to Add a User
To add a new user, use:
sudo adduser thor
...