content/operate/rs/7.8/installing-upgrading/install/customize-user-and-group.md
By default, Redis Enterprise Software is installed with the user:group redislabs:redislabs. See [Access control]({{< relref "/operate/rs/7.8/security/access-control" >}}) for user and group security information.
During installation, you can specify the user and group that own all Redis Enterprise Software processes.
If you specify the user only, then installation is run with the primary group that the user belongs to.
{{< note >}}
To customize the user or group during [installation]({{< relref "/operate/rs/7.8/installing-upgrading/install/install-on-linux" >}}), include the --os-user or --os-group [command-line options]({{< relref "/operate/rs/7.8/installing-upgrading/install/install-script" >}}) when you run the install.sh script. For example:
sudo ./install.sh --os-user <user> --os-group <group>