5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
|
|
stat /dev/ttyUSB0
|
||
|
|
sudo usermod -a -G dialout $USER
|
||
|
|
id $USER | grep dialout
|
||
|
|
sudo systemctl reboot
|