passwd.5

来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 5 代码 · 共 44 行

5
44
字号
.th PASSWD V 9/10/73.sh NAMEpasswd \*- password file.sh DESCRIPTION.it Passwdcontains for each user thefollowing information:.s3.lp +10 5name (login name, contains no upper case).lp +10 5encrypted password.lp +10 5numerical user ID.lp +10 5numerical group ID (for now, always 1).lp +10 5GCOS job number, box number, optional GCOS user-id.lp +10 5initial working directory.lp +10 5program to use as Shell.s3.i0This is an ASCII file.  Each field within each user's entryis separated from the next by a colon.The GCOS field is used only when communicating with thatsystem, and in other installations can containany desired information.Each user is separated from the next by a new-line.If the password field is null, no password is demanded;if the Shell field is null, the Shell itselfis used..s3This file resides in directory /etc.Because of the encryptedpasswords, it can and does have general readpermission and can be used, for example,to map numerical user ID's to names..sh FILES/etc/passwd.sh "SEE ALSO"login (I), crypt (III), passwd (I), group (V)

⌨️ 快捷键说明

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