diff options
author | Silvino Silva <silvino@bk.ru> | 2019-03-06 21:22:39 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-03-06 21:22:39 +0000 |
commit | bc963c50f553bd25bd2fd17f10d2cf7ac5beecd5 (patch) | |
tree | 75d0a2773d991df51ccb37ed5884099bd5ec237d /core/configure.html | |
parent | 1203067a4e33c9ca6897dfa40a13a80454a40220 (diff) | |
download | doc-bc963c50f553bd25bd2fd17f10d2cf7ac5beecd5.tar.gz |
core configure and ports revision
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> |