about summary refs log tree commit diff stats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/configure.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/configure.html b/core/configure.html
index 7d34bf7..c200851 100644
--- a/core/configure.html
+++ b/core/configure.html
@@ -185,14 +185,15 @@
 	</dl>
 
         <pre>
-        # useradd -m -k /etc/skel -s /bin/bash c9admin
-        # usermod -G adm,wheel,audio,video c9admin
-        # passwd c9admin
+        # group -g username username
+        # useradd -u username -g username -m -k /etc/skel -s /bin/bash username
+        # usermod -G adm,wheel,audio,video username
+        # passwd username
         </pre>
 
         <pre>
         # chmod 0700 /root
-        # chmod 0700 /home/c9admin
+        # chmod 0700 /home/username
         </pre>
 
         <h3>1.2.4.3 Add Administrator to Wheel group</h3>