Too my knowledge, groupmod's -A option is Suse specific (adding
multiple users to a group). The "out of the box" linux tools do not support this.
In general you can use
usermod to add group(s) to one specific user:
Code:
usermod -aG group1,group2 user