⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chpass.1

📁 早期freebsd实现
💻 1
字号:
.\" Copyright (c) 1988, 1990, 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..\".\"     @(#)chpass.1	8.2 (Berkeley) 12/30/93.\".Dd December 30, 1993.Dt CHPASS 1.Os.Sh NAME.Nm chpass.Nd add or change user database information.Sh SYNOPSISchpass.Op Fl a Ar list.Op Fl s Ar newshell.Op user.Sh DESCRIPTION.Nm Chpassallows editing of the user database information associatedwith.Ar useror, by default, the current user.The information is formatted and supplied to an editor for changes..PpOnly the information that the user is allowed to change is displayed..PpThe options are as follows:.Bl -tag -width Ds.It Fl aThe super-user is allowed to directly supply a user databaseentry, in the format specified by.Xr passwd 5 ,as an argument.This argument must be a colon (``:'') separated list of all theuser database fields, although they may be empty..It Fl sThe.Fl soption attempts to change the user's shell to.Ar newshell ..El.PpPossible display items are as follows:.Pp.Bl -tag -width "Home Directory:" -compact -offset indent.It Login:user's login name.It Password:user's encrypted password.It Uid:user's login.It Gid:user's login group.It Change:password change time.It Expire:account expiration time.It Class:user's general classification.It Home Directory:user's home directory.It Shell:user's login shell.It Full Name:user's real name.It Location:user's normal location.It Home Phone:user's home phone.It Office Phone:user's office phone.El.PpThe.Ar loginfield is the user name used to access the computer account..PpThe.Ar passwordfield contains the encrypted form of the user's password..PpThe.Ar uidfield is the number associated with the.Ar loginfield.Both of these fields should be unique across the system (and oftenacross a group of systems) as they control file access..PpWhile it is possible to have multiple entries with identical login namesand/or identical user id's, it is usually a mistake to do so.  Routinesthat manipulate these files will often return only one of the multipleentries, and that one by random selection..PpThe.Ar groupfield is the group that the user will be placed in at login.Since BSD supports multiple groups (see.Xr groups 1 )this field currently has little special meaning.This field may be filled in with either a number or a group name (see.Xr group 5 ) ..PpThe.Ar changefield is the date by which the password must be changed..PpThe.Ar expirefield is the date on which the account expires..PpBoth the.Ar changeand.Ar expirefields should be entered in the form ``month day year'' where.Ar monthis the month name (the first three characters are sufficient),.Ar dayis the day of the month, and.Ar yearis the year..PpThe.Ar classfield is currently unused.  In the near future it will be a key toa.Xr termcap 5style database of user attributes..PpThe user's.Ar home directoryis the full UNIX path name where the userwill be placed at login..PpThe.Ar shellfield is the command interpreter the user prefers.If the.Ar shellfield is empty, the Bourne shell,.Pa /bin/sh ,is assumed.When altering a login shell, and not the super-user, the usermay not change from a non-standard shell or to a non-standardshell.Non-standard is defined as a shell not found in.Pa /etc/shells ..PpThe last four fields are for storing the user's.Ar full name , office location ,and.Ar homeand.Ar work telephonenumbers..PpOnce the information has been verified,.Nm chpassuses.Xr pwd_mkdb 8to update the user database..Sh ENVIRONMENTThe.Xr vi 1editor will be used unless the environment variable EDITOR is set toan alternate editor.When the editor terminates, the information is re-read and used toupdate the user database itself.Only the user, or the super-user, may edit the information associatedwith the user..Sh FILES.Bl -tag -width /etc/master.passwd -compact.It Pa /etc/master.passwdThe user database.It Pa /etc/passwdA Version 7 format password file.It Pa /etc/chpass.XXXXXXTemporary copy of the password file.It Pa /etc/shellsThe list of approved shells.El.Sh SEE ALSO.Xr login 1 ,.Xr finger 1 ,.Xr passwd 1 ,.Xr getusershell 3 ,.Xr passwd 5 ,.Xr pwd_mkdb 8 ,.Xr vipw 8.Rs.%A Robert Morrisand.%A Ken Thompson.%T "UNIX Password security".Re.Sh BUGSUser information should (and eventually will) be stored elsewhere..Sh HISTORYThe.Nmcommand appeared in .Bx 4.3 Reno .

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -