uvm27
Creating the aadmin user
Creating the user
Executed:
root@uvm27:~# adduser aadmin
Details
root@uvm27:~# adduser aadmin
info: Adding user `aadmin' ...
info: Selecting UID/GID from range 1000 to 59999 ...
info: Adding new group `aadmin' (1002) ...
info: Adding new user `aadmin' (1002) with group `aadmin (1002)' ...
info: Creating home directory `/home/aadmin' ...
info: Copying files from `/etc/skel' ...
New password: apass27
Retype new password: apass27
passwd: password updated successfully
Changing the user information for aadmin
Enter the new value, or press ENTER for the default
Full Name []: Automation Administrator
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] ENTER
info: Adding new user `aadmin' to supplemental / extra groups `users' ...
info: Adding user `aadmin' to group `users' ...
Adding the user to the sudo group
Executed:
root@uvm27:~# usermod -aG sudo aadmin
Reviewing the group membership
Executed:
root@uvm27:~# groups aadmin
aadmin : aadmin sudo users