about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-04-10 23:40:02 +0000
committerSilvino Silva <silvino@bk.ru>2019-04-10 23:40:02 +0000
commit0f2a143ad8c8b0981e6e5f27e535ae1cb74ca157 (patch)
tree61b0ab521d476a44e071eda85155d20f8d578778
parent15468ccba6c22ac0b699adc18dccf1426f679890 (diff)
downloaddoc-0f2a143ad8c8b0981e6e5f27e535ae1cb74ca157.tar.gz
fix core configure user groups
-rw-r--r--core/configure.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/configure.html b/core/configure.html
index 90c97ea..0387c4e 100644
--- a/core/configure.html
+++ b/core/configure.html
@@ -186,7 +186,7 @@
 
         <pre>
         # useradd -U -m -k /etc/skel -s /bin/bash username
-        # usermod -G adm,wheel,audio,video username
+        # usermod -G adm,wheel,audio,video,users username
         # passwd username
         </pre>