Creating New Linux Users - NIURoverTeam/RoverCoreOS GitHub Wiki
New users can be created on Shatterdome (the base station) or the TX2 by any current user with sudoer privileges. The steps are as follows:
-
adduser <username>
, replacing<username>
with the name of the user you want to create. - Enter the required information.
usermod -aG sudo,dialout,tty,i2c,docker <username>
- Login to the new user.
- Enjoy!