diff options
Diffstat (limited to 'core/configure.html')
-rw-r--r-- | core/configure.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/core/configure.html b/core/configure.html index 1ca655f..b6b3fb5 100644 --- a/core/configure.html +++ b/core/configure.html @@ -185,7 +185,8 @@ </dl> <pre> - # useradd -m -k /etc/skel -s /bin/bash -U -G adm,wheel,audio,video,users c9admin + # useradd -k /etc/skel -s /bin/bash c9admin + # usermod -G adm,wheel,audio,video # passwd c9admin </pre> @@ -197,10 +198,6 @@ <h3>1.2.4.3 Add Administrator to Wheel group</h3> <pre> - # usermod -a -G wheel c9admin - </pre> - - <pre> bash-4.3# sudoedit /etc/sudoers </pre> |