It is ill-advised to use adduser/usermod. Instead, use gpasswd to append users to groups. This prevents changing the preexisting groups of the intended user:
https://www.redhat.com/archives/rhl-list/2004-September/msg02595.html It's less prone to damage and is accepted across other distributions. Sometimes distributions have their own implementation of these same commands as well, gpasswd is universal and widely accepted as-is. Alec _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
