From owner-svn-doc-head@FreeBSD.ORG Fri Dec 13 09:05:41 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12D2AD57; Fri, 13 Dec 2013 09:05:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E783E147A; Fri, 13 Dec 2013 09:05:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBD95efu045261; Fri, 13 Dec 2013 09:05:40 GMT (envelope-from taras@svn.freebsd.org) Received: (from taras@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBD95epa045260; Fri, 13 Dec 2013 09:05:40 GMT (envelope-from taras@svn.freebsd.org) Message-Id: <201312130905.rBD95epa045260@svn.freebsd.org> From: Taras Korenko Date: Fri, 13 Dec 2013 09:05:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43328 - head/en_US.ISO8859-1/books/handbook/basics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 09:05:41 -0000 Author: taras Date: Fri Dec 13 09:05:40 2013 New Revision: 43328 URL: http://svnweb.freebsd.org/changeset/doc/43328 Log: Whitespace-only fixes (covering two previos commits), translators please ignore. Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Fri Dec 13 08:29:32 2013 (r43327) +++ head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Fri Dec 13 09:05:40 2013 (r43328) @@ -429,9 +429,8 @@ console none The user name is typed at the login: prompt. Each user must have - a unique - user name. There are a number of rules for creating - valid user names which are documented in + a unique user name. There are a number of rules for + creating valid user names which are documented in &man.passwd.5;. It is recommended to use user names that consist of eight or fewer, all lower case characters in order to maintain backwards @@ -495,9 +494,10 @@ console none By default, passwords do not expire. However, - password expiration can be enabled on a per-user basis, - forcing some or all users to change their passwords - after a certain amount of time has elapsed. + password expiration can be enabled on a per-user + basis, forcing some or all users to change their + passwords after a certain amount of time has + elapsed. @@ -583,8 +583,8 @@ console none the superuser, since an extra space or missing character can mean irreparable data loss. - There are several ways to gain superuser - privilege. While one can log in as + There are several ways to gain superuser privilege. + While one can log in as root, this is highly discouraged. @@ -637,11 +637,12 @@ Password: &os; provides a variety of different commands to manage user accounts. The most common commands are summarized in - , followed by some examples of their usage. See - the manual page for each utility for more details and usage - examples. + , followed by some + examples of their usage. See the manual page for each utility + for more details and usage examples. - +
Utilities for Managing User Accounts @@ -713,16 +714,14 @@ Password: configuration files from /usr/share/skel, and can optionally mail the new user a welcome message. This utility must be - run as the - superuser. + run as the superuser. The &man.adduser.8; utility is interactive and walks through the steps for creating a new user account. As seen - in , - either input the required information or - press Return to accept the default value - shown in square brackets. In this example, the user has - been invited into the + in , either input + the required information or press Return + to accept the default value shown in square brackets. + In this example, the user has been invited into the wheel group, allowing them to become the superuser with &man.su.1;. When finished, the utility will prompt to either @@ -875,11 +874,10 @@ Removing user (jru): mailspool home pass superuser. - In , - the superuser has typed - chpass jru and is now viewing the fields - that can be changed for this user. If - jru runs this + In , the + superuser has typed chpass jru and is + now viewing the fields that can be changed for this user. + If jru runs this command instead, only the last six fields will be displayed and available for editing. This is shown in . @@ -1394,8 +1392,8 @@ teamtwo:*:1100:jru,db In this example, the argument to is a comma-delimited list of users who are to be added to the group. Unlike the previous example, these users are appended - to the group and do not replace existing - users in the group. + to the group and do not replace existing users in the + group. Using &man.id.1; to Determine Group Membership