How to add user to group (dialout)
I'm having an issue add my user to the dialout group that I need to have permission on usb serial port for arduino developpment. I tried this and it doesn't work.
4 Replies
groupadd
adds groups
though take a look at the groups/ that own your USB device
just to make sureI tried groupadd and it told me that the group already existed
but I found a solution
sometimes the groups are named differently
run as root?
I found out that it was linked to some container stuff, and I used :
and now when I use I have