Setting up WebSphere MQ User and Group
You can create and setup the WebSphere MQ user and group with root user using the following procedure.
- Create a group mqm by using the command below.
groupadd mqm
- Create a user mqm for the group mqm.
useradd -g mqm mqm
- Setup a password for the user mqm.
passwd mqm
In this topic