| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.86 2005/06/06 06:55:43 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.87 2005/06/06 18:58:17 fox2mike Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/faq.xml"> |
5 | <guide link="/doc/en/faq.xml"> |
| 6 | <title>Gentoo Linux Frequently Asked Questions</title> |
6 | <title>Gentoo Linux Frequently Asked Questions</title> |
| 7 | <author title="Author"> |
7 | <author title="Author"> |
| … | |
… | |
| 42 | |
42 | |
| 43 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
43 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 44 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
44 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 45 | <license/> |
45 | <license/> |
| 46 | |
46 | |
| 47 | <version>3.0.1</version> |
47 | <version>3.0.2</version> |
| 48 | <date>2005-06-06</date> |
48 | <date>2005-06-06</date> |
| 49 | |
49 | |
| 50 | <chapter> |
50 | <chapter> |
| 51 | <title>Questions:</title> |
51 | <title>Questions:</title> |
| 52 | <section> |
52 | <section> |
| … | |
… | |
| 337 | # <i>useradd -m -G users,audio,wheel username</i> |
337 | # <i>useradd -m -G users,audio,wheel username</i> |
| 338 | </pre> |
338 | </pre> |
| 339 | |
339 | |
| 340 | <p> |
340 | <p> |
| 341 | This will add a user named "username". The option <c>audio</c> adds them to the |
341 | This will add a user named "username". The option <c>audio</c> adds them to the |
| 342 | audio group and allows the user to access sound devices. The option |
342 | <c>audio</c> group and allows the user to access sound devices. The option |
| 343 | <c>wheel</c> adds the user to the <c>wheel</c> group, which allows the user to |
343 | <c>wheel</c> adds the user to the <c>wheel</c> group, which allows the user to |
| 344 | execute the command <c>su</c>, which in turn allows them to gain the |
344 | execute the command <c>su</c>, which in turn allows them to gain the |
| 345 | privileges of the <c>root</c> user. |
345 | privileges of the <c>root</c> user. |
| 346 | </p> |
346 | </p> |
| 347 | |
347 | |