Commands

Basic commands

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...