Datasheet

The second way is to add yourself to the group associated with the hardware. To figure out what that group is, use the
command ls -l as shown below. The group name is circled in red.
Then use the command adduser to add yourself to that group. You need elevated privileges to do this, so you'll need
to use sudo . In the example below, the group is adm and the user is ackbar.
You'll need to logout and log back in. Then you can verify that you have been added to the group using the command
groups .
And now you should be able to run screen without using sudo .
And you're in:
© Adafruit Industries https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython Page 102 of 198