Debian Linux knowledge
Add user to a group (run with sudo
or as root
user)
/usr/sbin/usermod -a -G (GROUP) (USER)
Example:
# Add cambria_public to the dialout group, so they can connec to the CNC router
/usr/sbin/usermod -a -G dialout cambria_public
Add new user
/usr/sbin/adduser (USER)
Example:
/usr/sbin/adduser cambria_public