Grammatical and typo fixes. Also change a > to >.
Submitted by: John Murphy <jfm@blueyonder.co.uk> on -doc
This commit is contained in:
parent
af97e7902b
commit
b594323d58
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10154
1 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml,v 1.21 2001/08/01 23:34:44 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml,v 1.22 2001/08/01 23:57:39 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="users">
|
||||
|
@ -368,8 +368,8 @@ Use option ``-silent'' if you don't want to see all warnings and questions.
|
|||
Check /etc/shells
|
||||
Check /etc/master.passwd
|
||||
Check /etc/group
|
||||
Enter your default shell: csh date no sh tcsh [sh]: <userinput>zsh</userinput>
|
||||
Your default shell is: tcsh -> /usr/local/bin/zsh
|
||||
Enter your default shell: csh date no sh tcsh zsh [sh]: <userinput>zsh</userinput>
|
||||
Your default shell is: zsh -> /usr/local/bin/zsh
|
||||
Enter your default HOME partition: [/home]:
|
||||
Copy dotfiles from: /usr/share/skel no [/usr/share/skel]:
|
||||
Send message from file: /etc/adduser.message no
|
||||
|
@ -396,8 +396,8 @@ Enter password again []:
|
|||
Name: jru
|
||||
Password: ****
|
||||
Fullname: J. Random User
|
||||
Uid: 1007
|
||||
Gid: 1007 (jru)
|
||||
Uid: 1001
|
||||
Gid: 1001 (jru)
|
||||
Class:
|
||||
Groups: jru wheel
|
||||
HOME: /home/jru
|
||||
|
@ -501,7 +501,7 @@ Goodbye!
|
|||
|
||||
<screen>&prompt.root; <userinput>rmuser jru</userinput>
|
||||
Matching password entry:
|
||||
jru:*:1000:1000::0:0:J. Random User:/home/jru:/usr/local/bin/tcsh
|
||||
jru:*:1001:1001::0:0:J. Random User:/home/jru:/usr/local/bin/tcsh
|
||||
Is this the entry you wish to remove? <userinput>y</userinput>
|
||||
Remove user's home directory (/home/jru)? <userinput>y</userinput>
|
||||
Updating password file, updating databases, done.
|
||||
|
@ -521,7 +521,7 @@ Removing files belonging to jru from /var/tmp/vi.recover: done.
|
|||
<para><command>pw</command> is a command line utility to
|
||||
create, remove, modify, and display users and groups, and functions
|
||||
as an editor of the system user and group files. This section
|
||||
describes its use for users; the <link
|
||||
describes its use for users. The <link
|
||||
linkend="users-groups">Groups</link> section below describes its
|
||||
use for groups.</para>
|
||||
|
||||
|
@ -657,7 +657,7 @@ passwd: done</screen>
|
|||
all of your users not to damage your system. FreeBSD provides a
|
||||
number of ways a system administrator can limit the amount of system
|
||||
resources an individual user can use. These limits are generally
|
||||
divided into two sections: disk quotas, and other resources
|
||||
divided into two sections: disk quotas, and other resource
|
||||
limits.</para>
|
||||
|
||||
<indexterm><primary>quotas</primary></indexterm>
|
||||
|
@ -952,7 +952,7 @@ passwd: done</screen>
|
|||
|
||||
<para>The group name to group ID map is in
|
||||
<filename>/etc/group</filename>. This is a plain text file with four
|
||||
colon-delimited fields. The first fields is the group name, the
|
||||
colon-delimited fields. The first field is the group name, the
|
||||
second is the encrypted password, the third the group ID, and the
|
||||
fourth the comma-delimited list of members. It can safely be edited
|
||||
by hand (assuming, of course, that you don't make any syntax
|
||||
|
|
Loading…
Reference in a new issue