diff options
author | Silvino Silva <silvino@bk.ru> | 2019-04-11 00:01:37 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-04-11 00:01:37 +0000 |
commit | 8e7dac6127744abd05169786b3899c797f25003a (patch) | |
tree | 61b0ab521d476a44e071eda85155d20f8d578778 /core | |
parent | 15468ccba6c22ac0b699adc18dccf1426f679890 (diff) | |
parent | 0f2a143ad8c8b0981e6e5f27e535ae1cb74ca157 (diff) | |
download | doc-8e7dac6127744abd05169786b3899c797f25003a.tar.gz |
fix core configure user is added to users group
Diffstat (limited to 'core')
-rw-r--r-- | core/configure.html | 2 |
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> |