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