Knowledge becomes wisdom...

The things that I am trying out during my learning stage

Latest posts

User creation and management via terminal

To create a user in Linux we can use the adduser command sudo adduser username2 To create a user with a different shell sudo adduser username --shell /bin/sh To create a user without a password during the user creation process sudo...