Linux: Creating Users, Groups, Permissions and Ownerships
This article is for SRE beginners and even experts that need to quickly look up a command that relates to creating users, groups, permissions and ownerships with Linux.
To create a user,
sudo adduser <username>
To delete a user,
sudo userdel <usernam...
oluwatomisinlalude.xyz2 min read