diff --git a/modules/ROOT/pages/_partials/proc_rpm_preparing_your_system.adoc b/modules/ROOT/pages/_partials/proc_rpm_preparing_your_system.adoc index b566aeb..9b29293 100644 --- a/modules/ROOT/pages/_partials/proc_rpm_preparing_your_system.adoc +++ b/modules/ROOT/pages/_partials/proc_rpm_preparing_your_system.adoc @@ -23,12 +23,8 @@ NOTE: You must run the following two commands as the root user. # usermod -a -G mock yourusername ----------- + -. Change from the *root* user to your user name and enter the `newgrp` command or log in and out for this change to take effect: -+ -------------- -$ newgrp -------------- -+ +. Log out and back in for this change to take effect. + . Run the `id` command to verify that the *mock* group appears in your group list: + ----------------