diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-28 05:13:33 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-28 05:13:33 +0000 |
commit | ceabbd8f40ac417d1dbd67131b86d413e83dba6f (patch) | |
tree | c1814ec991958ef0c3405478f66705b9e2d635a6 /share | |
parent | ddce10852d9316eeff643ea7b1d3f9a99aa5f8a1 (diff) |
Bye for now.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/Makefile | 4 | ||||
-rw-r--r-- | share/man/man8/adduser_proc.8 | 114 |
2 files changed, 2 insertions, 116 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index b7f5ff877c3..1963bb57325 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.8 1996/09/21 10:36:51 maja Exp $ +# $OpenBSD: Makefile,v 1.9 1996/09/28 05:13:32 downsj Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -MAN= adduser_proc.8 compat_freebsd.8 compat_linux.8 compat_sunos.8 \ +MAN= compat_freebsd.8 compat_linux.8 compat_sunos.8 \ compat_svr4.8 diskless.8 intro.8 rc.8 \ sticky.8 update.8 yp.8 boot_config.8 SUBDIR= man8.amiga man8.arm32 man8.atari man8.hp300 man8.i386 man8.mac68k \ diff --git a/share/man/man8/adduser_proc.8 b/share/man/man8/adduser_proc.8 deleted file mode 100644 index 76fe612e1a7..00000000000 --- a/share/man/man8/adduser_proc.8 +++ /dev/null @@ -1,114 +0,0 @@ -.\" $OpenBSD: adduser_proc.8,v 1.1 1996/08/08 02:17:47 downsj Exp $ -.\" $NetBSD: adduser.8,v 1.4 1994/11/30 19:36:21 jtc Exp $ -.\" -.\" Copyright (c) 1980, 1991, 1993 -.\" The Regents of the University of California. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. -.\" 4. Neither the name of the University nor the names of its contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" @(#)adduser.8 8.1 (Berkeley) 6/5/93 -.\" -.Dd June 5, 1993 -.Dt ADDUSER_PROC 8 -.Os BSD 4 -.Sh NAME -.Nm adduser -.Nd procedure for adding new users -.Sh DESCRIPTION -A new user must choose a login name, which must not already appear in -.Pa /etc/passwd -or -.Pa /etc/aliases . -It must also not begin with the hyphen -.Ql Fl -character. -It is strongly recommended that it be all lower-case, and not contain -the dot -.Ql \&. -character, as that tends to confuse mailers. -An account can be added by editing a line into the passwd file; this -must be done with the password file locked e.g. by using -.Xr chpass 1 -or -.Xr vipw 8 . -.Pp -A new user is given a group and user id. -Login and user id's should be unique across the system, and often across -a group of systems, since they are used to control file access. -Typically, users working on similar projects will be put in the same groups. -At the University of California, Berkeley, we have groups for system staff, -faculty, graduate students, and special groups for large projects. -.Pp -A skeletal account for a new user -\*(lqernie\*(rq -might look like: -.Bd -literal -ernie::25:30::0:0:Ernie Kovacs,508 Evans Hall,x7925, - 642-8202:/a/users/ernie:/bin/csh -.Ed -.Pp -For a description of each of these fields, see -.Xr passwd 5 . -.Pp -It is useful to give new users some help in getting started, supplying -them with a few skeletal files such as -.Pa \&.profile -if they use -.Pa /bin/sh , -or -.Pa \&.cshrc -and -.Pa \&.login -if they use -.Pa /bin/csh . -The directory -.Pa /usr/share/skel -contains skeletal definitions of such files. -New users should be given copies of these files which, for instance, -use -.Xr tset 1 -automatically at each login. -.Sh FILES -.Bl -tag -width /etc/master.passwdxx -compact -.It Pa /etc/master.passwd -user database -.It Pa /usr/share/skel -skeletal login directory -.El -.Sh SEE ALSO -.Xr chpass 1 , -.Xr finger 1 , -.Xr passwd 1 , -.Xr adduser 8 , -.Xr aliases 5 , -.Xr passwd 5 , -.Xr pwd_mkdb 8 , -.Xr vipw 8 -.Sh BUGS -User information should (and eventually will) be stored elsewhere. |