Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
just as the subject reads, how do i add a user to multiple groups?
Offline
Have you find anything ? other than using fun_plug to mess with the passwd and/or group files?
Offline
via script?
create a function in a .sh script utilizing:
usermod -a -G $groupname $username
call the function with the required groupnames
Offline