Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
PASSWD.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- .TH PASSWD 1
- .SH NAME
- passwd, chfn, chsh - change a login password, full name or shell
- .SH SYNOPSIS
- fBpasswdfR [fIuserfR]fR
- .br
- fBchfnfR [fIuserfR] fIfullnamefRfR
- .br
- fBchfnfR [fIuserfR] fIshellfRfR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH EXAMPLES
- .EX "passwd" "Change current user's password"
- .EX "passwd ast" "Change ast's password (super-user only)"
- .EX "chsh /usr/bin/mail" "For those who only read mail"
- .EX "chfn 'Jane Doe'" "Current user is Jane Doe"
- .SH DESCRIPTION
- .PP
- .I Passwd
- is used to change your password.
- It prompts for the old and new passwords.
- It asks for the new password twice, to reduce the effect of a typing error.
- .I Chfn
- changes the full name (GECOS field) in the password file.
- .I Chsh
- changes your login shell.
- Do not forget to copy the modified password file back to the root file system,
- or the changes will be lost when the system is rebooted.
- .SH "SEE ALSO"
- .BR login (1),
- .BR su (1),
- .BR crypt (3),
- .BR getpwent (3).