diff options
Diffstat (limited to 'core/configure.html')
-rw-r--r-- | core/configure.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/configure.html b/core/configure.html index c814091..90c97ea 100644 --- a/core/configure.html +++ b/core/configure.html @@ -185,8 +185,7 @@ </dl> <pre> - # group -g username username - # useradd -u username -g username -m -k /etc/skel -s /bin/bash username + # useradd -U -m -k /etc/skel -s /bin/bash username # usermod -G adm,wheel,audio,video username # passwd username </pre> |