On Sat, May 23, 2015 at 2:02 PM, Dale Seaburg <[email protected]> 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 _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
