...
Login to the machine with the ece-li-admin account.
Add the new user account:
Code Block sudo adduser username<username> --disabled-password --gecos ""
Enter any relevant information for the user account.
Add the user to the sudo group:
Code Block sudo usermod -aG sudo username<username>
To test the new account, logout and log back in using the new user account.
...