[Xastir] /dev/ttyS0 permissions
Lee Bengston
lee.bengston at gmail.com
Sat May 23 21:52:59 EDT 2015
On Sat, May 23, 2015 at 2:02 PM, Dale Seaburg <kg5lt at verizon.net> wrote:
> Thanks guys. I finally did find a way to do it, but had to do a search
> with different key word(s).
>
> sudo adduser username dialout
>
I don't think all Linux distro's have the adduser script. The above is
fine for Ubuntu and it's derivatives and also Debian if the sudoers file is
configured like Ubuntu's. Otherwise just "adduser username dialout" at a
root prompt in Debian.
For flavors of Linux that don't have adduser...
sudo useradd -G dialout username
(or useradd -G dialout username at a
root prompt if the
installation is not set up to use s
udo).
Lee - K5DAT
More information about the Xastir
mailing list