当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > 如何在网页上修改用系统用户的password

Unix/Linux
HP工程师经验分享(40)
UnixFAQ2003
如何克隆HP-UX系统盘
网管秘技八招
日常维护检查
hp9000n系列企业服务器(3)
hp9000n系列企业服务器(1)
hp9000n系列企业服务器(2)
HP工程师经验分享(50)
HP工程师经验分享(49)
HP工程师经验分享(48)
HP工程师经验分享(47)
HP工程师经验分享(46)
HP工程师经验分享(45)
HP-UX常见问题解答(19)
HP-UX常见问题解答(18)
HP-UX常见问题解答(16)
HP-UX常见问题解答(15)
HP工程师经验分享(36)
HP工程师经验分享(35)

Unix/Linux 中的 如何在网页上修改用系统用户的password


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 87 ::
收藏到网摘: n/a

  A:  FOR REDHAT6.0 STEP: 
1.下载chpasswd-1.3.tar.gz  ftp://ftp.nsysu.edu.tw/Linux/metalab.unc.edu/system/a
dmin/accounts/chpasswd-1.3.tar.gz 
2.将chpasswd-1.3.tar.gz上传至/home/httpd 
3. tar zxvf chpasswd-1.3.tar.gz 
4. cd chpasswd-1.3 
5. ./configure.sh (注意点号) 
6. make 
7. make install 
8. 大功完成 
9. 在网页上执行 http://xxx.xxx.xx.xxx.xx/cgi-in/chpasswd.cgi 
10. GOOD LUCK!
中文化:
1.cp html-english.h html-big5.h 
2.修改html-big5.h档, 将所有的英文讯息翻成中文就好了! 
3../configure.sh 
4. rm -r html.h 
5. ln -s html-big5.h html.h 
6.make 
7.make install 
就有中文了!