From 3c1fb72ffa180c99c6c743efa50307a90a1f5432 Mon Sep 17 00:00:00 2001 From: luxh Date: Sat, 20 Oct 2012 13:09:26 -0700 Subject: [PATCH] Small cleanup --- docs/newhandbook/Users/index.mdwn | 57 ++----------------------------- 1 file changed, 3 insertions(+), 54 deletions(-) diff --git a/docs/newhandbook/Users/index.mdwn b/docs/newhandbook/Users/index.mdwn index f3b8e92b..12aeebc6 100644 --- a/docs/newhandbook/Users/index.mdwn +++ b/docs/newhandbook/Users/index.mdwn @@ -43,29 +43,6 @@ Before reading this chapter, you should: -#### Notes - - - -[[!table data=""" - [ (1)](users.html#AEN6502) | Well, unless you hook up multiple terminals, but we will save that for [ Chapter 17](serialcomms.html). - | | - -"""]] - - - - - -CategoryHandbook - -Category - - - - - - ## Introduction @@ -98,22 +75,7 @@ Every account on a DragonFly system has certain information associated with it t -There are three main types of accounts: the [users-superuser.html Superuser], [users-system.html system users], and [users-user.html user accounts]. The Superuser account, usually called `root`, is used to manage the system with no limitations on privileges. System users run services. Finally, user accounts are used by real people, who log on, read mail, and so forth. - - - -#### Notes - - - -[[!table data=""" - [users-introduction.html#USERS-LARGEUIDGID (1)] | It is possible to use UID/GIDs as large as 4294967295, but such IDs can cause serious problems with software that makes assumptions about the values of IDs. | - | | -"""]] - - - - +There are three main types of accounts: the Superuser, system users and user accounts. The Superuser account, usually called `root`, is used to manage the system with no limitations on privileges. System users run services. Finally, user accounts are used by real people, who log on, read mail, and so forth. @@ -211,7 +173,7 @@ Command | Summary -To create the initial configuration file, use `adduser -s -config_create`. [(1)](#FTN.AEN6699) Next, we configure [adduser(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=adduser§ion=8) defaults, and create our first user account, since using `root` for normal usage is evil and nasty. +To create the initial configuration file, use `adduser -s -config_create`. Next, we configure [adduser(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=adduser§ion=8) defaults, and create our first user account, since using `root` for normal usage is evil and nasty. @@ -550,24 +512,11 @@ The normal user can change only a small subset of this information, and only for [[!table data=""" - [(1)](users-modifying.html#AEN6699) | The `-s` makes [adduser(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=adduser§ion=8) default to quiet. We use `-v` later when we want to change defaults. | + The `-s` makes [adduser(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=adduser§ion=8) default to quiet. We use `-v` later when we want to change defaults. | | | """]] - - - -CategoryHandbook - -CategoryHandbook-usermanagement - - - - - - - ## Limiting Users -- 2.41.0