Add existing user to a group

You can modify the group directly on our WINT servers by adding user to group:

$ vi /etc/group

You will need to logoff and logon again, here's an example adding user xxx to tomcat group

$ sudo usermod -a -G tomcat xxx
$ sudo usermod -a -G groupName userName