Deleted Added
full compact
adding_user.7 (99969) adding_user.7 (108221)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)adduser.8 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)adduser.8 8.1 (Berkeley) 6/5/93
33.\" $FreeBSD: head/share/man/man8/adding_user.8 99969 2002-07-14 14:58:11Z charnier $
33.\" $FreeBSD: head/share/man/man8/adding_user.8 108221 2002-12-23 16:04:51Z ru $
34.\"
35.Dd June 5, 1993
36.Dt ADDING_USER 8
37.Os
38.Sh NAME
39.Nm adding_user
40.Nd procedure for adding new users
41.Sh DESCRIPTION
42A new user must choose a login name, which must not already appear in
43.Pa /etc/passwd
44or
45.Pa /etc/mail/aliases .
46It must also not begin with the hyphen
34.\"
35.Dd June 5, 1993
36.Dt ADDING_USER 8
37.Os
38.Sh NAME
39.Nm adding_user
40.Nd procedure for adding new users
41.Sh DESCRIPTION
42A new user must choose a login name, which must not already appear in
43.Pa /etc/passwd
44or
45.Pa /etc/mail/aliases .
46It must also not begin with the hyphen
47.Ql Fl
47.Sq Fl
48character.
49It is strongly recommended that it be all lower-case, and not contain
50the dot
51.Ql .\&
52character, as that tends to confuse mailers.
53An account can be added by editing a line into the passwd file; this
54must be done with the password file locked e.g. by using
55.Xr chpass 1

--- 62 unchanged lines hidden ---
48character.
49It is strongly recommended that it be all lower-case, and not contain
50the dot
51.Ql .\&
52character, as that tends to confuse mailers.
53An account can be added by editing a line into the passwd file; this
54must be done with the password file locked e.g. by using
55.Xr chpass 1

--- 62 unchanged lines hidden ---