svn commit: r40317 - head/en_US.ISO8859-1/books/faq
Eitan Adler
eadler at FreeBSD.org
Mon Dec 10 15:30:48 UTC 2012
Author: eadler
Date: Mon Dec 10 15:30:47 2012
New Revision: 40317
URL: http://svnweb.freebsd.org/changeset/doc/40317
Log:
Add an example of how to add a user to the 'wheel' group to the
su-wheel-group FAQ.
PR: docs/174251
Submitted by: "Edward" <edward at rdtan.net>
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 11:23:32 2012 (r40316)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:47 2012 (r40317)
@@ -5349,7 +5349,14 @@ C:\="DOS"</programlisting>
<para>To allow someone to <command>su</command> to
<username>root</username>, simply put them in the
- <groupname>wheel</groupname> group.</para>
+ <groupname>wheel</groupname> group. Use &man.pw.8
+ for this purpose.</para>
+
+ <screen>&prompt.root; <userinput>pw groupmod wheel -m <replaceable>lisa</replaceable></userinput></screen>
+
+ <para>The above example will add user
+ <username>lisa</username> to the group
+ <groupname>wheel</groupname>.</para>
</answer>
</qandaentry>
More information about the svn-doc-head
mailing list