Linux command for User management and Group Management
Linux command for User management
To add/create a User account
/ sudo useradd username
Eg: / sudo useradd David
To check the user account property
$ sudo cat username/etc/passwd
Eg: $ sudo cat David/etc/passwd
To add the password to the created user
...
kavyaknowldgeshare.hashnode.dev2 min read