Deleted Added
full compact
adding_user.7 (140561) adding_user.7 (187916)
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 140561 2005-01-21 08:36:40Z ru $
33.\" $FreeBSD: head/share/man/man7/adding_user.7 187916 2009-01-30 15:14:58Z gabor $
34.\"
34.\"
35.Dd June 5, 1993
35.Dd Jan 30, 2009
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

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

103.Xr chpass 1 ,
104.Xr finger 1 ,
105.Xr passwd 1 ,
106.Xr aliases 5 ,
107.Xr passwd 5 ,
108.Xr adduser 8 ,
109.Xr pwd_mkdb 8 ,
110.Xr vipw 8
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

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

103.Xr chpass 1 ,
104.Xr finger 1 ,
105.Xr passwd 1 ,
106.Xr aliases 5 ,
107.Xr passwd 5 ,
108.Xr adduser 8 ,
109.Xr pwd_mkdb 8 ,
110.Xr vipw 8
111.Sh HISTORY
112The
113.Nm
114utility appeared in
115.Bx 3.0 .
116.Sh BUGS
117User information should (and eventually will) be stored elsewhere.