Deleted Added
full compact
pw.8 (107788) pw.8 (114823)
1.\" Copyright (C) 1996
2.\" David L. Nugent. 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (C) 1996
2.\" David L. Nugent. 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.sbin/pw/pw.8 107788 2002-12-12 17:26:04Z ru $
25.\" $FreeBSD: head/usr.sbin/pw/pw.8 114823 2003-05-08 00:28:36Z trhodes $
26.\"
27.Dd December 9, 1996
28.Dt PW 8
29.Os
30.Sh NAME
31.Nm pw
32.Nd create, remove, modify & display system users and groups
33.Sh SYNOPSIS

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

907conjunction with the user's default locale and character set
908and should not be implemented without their use.
909Using 8-bit characters may also affect other
910programs that transmit the contents of the GECOS field over the
911Internet, such as
912.Xr fingerd 8 ,
913and a small number of TCP/IP clients, such as IRC, where full names
914specified in the passwd file may be used by default.
26.\"
27.Dd December 9, 1996
28.Dt PW 8
29.Os
30.Sh NAME
31.Nm pw
32.Nd create, remove, modify & display system users and groups
33.Sh SYNOPSIS

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

907conjunction with the user's default locale and character set
908and should not be implemented without their use.
909Using 8-bit characters may also affect other
910programs that transmit the contents of the GECOS field over the
911Internet, such as
912.Xr fingerd 8 ,
913and a small number of TCP/IP clients, such as IRC, where full names
914specified in the passwd file may be used by default.
915.Pp
916The
917.Nm
918utility writes a log to the
919.Pa /var/log/userlog
920file when actions such as user or group additions or deletions occur.
921The location of this logfile can be changed in
922.Xr pw.conf 5 .
915.Sh FILES
916.Bl -tag -width /etc/master.passwd.new -compact
917.It Pa /etc/master.passwd
918The user database
919.It Pa /etc/passwd
920A Version 7 format password file
921.It Pa /etc/login.conf
922The user capabilities database
923.It Pa /etc/group
924The group database
925.It Pa /etc/master.passwd.new
926Temporary copy of the master password file
927.It Pa /etc/passwd.new
928Temporary copy of the Version 7 password file
929.It Pa /etc/group.new
930Temporary copy of the group file
931.It Pa /etc/pw.conf
932Pw default options file
923.Sh FILES
924.Bl -tag -width /etc/master.passwd.new -compact
925.It Pa /etc/master.passwd
926The user database
927.It Pa /etc/passwd
928A Version 7 format password file
929.It Pa /etc/login.conf
930The user capabilities database
931.It Pa /etc/group
932The group database
933.It Pa /etc/master.passwd.new
934Temporary copy of the master password file
935.It Pa /etc/passwd.new
936Temporary copy of the Version 7 password file
937.It Pa /etc/group.new
938Temporary copy of the group file
939.It Pa /etc/pw.conf
940Pw default options file
941.It Pa /var/log/userlog
942User/group modification logfile
933.El
934.Sh SEE ALSO
935.Xr chpass 1 ,
936.Xr passwd 1 ,
937.Xr group 5 ,
938.Xr login.conf 5 ,
939.Xr passwd 5 ,
940.Xr pw.conf 5 ,

--- 12 unchanged lines hidden ---
943.El
944.Sh SEE ALSO
945.Xr chpass 1 ,
946.Xr passwd 1 ,
947.Xr group 5 ,
948.Xr login.conf 5 ,
949.Xr passwd 5 ,
950.Xr pw.conf 5 ,

--- 12 unchanged lines hidden ---