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

Unix/Linux
Linux 开机程序之研讨
RedHat Linux口令恢复任我行
Linux简明系统维护手册(五)
Linux简明系统维护手册(一)
Linux简明系统维护手册(二)
Redhat9.0 下DNS配置笔记
在Linux下建立强大的FTP搜索引擎(二)
LINUX学习笔记--FTP服务器设置篇
Linux网络安全之经验谈(1)
Linux网络安全之经验谈(2)
Linux网络安全之经验谈(3)
Linux网络安全之经验谈(4)
Linux网络安全之经验谈(5)
制作Linux启动盘的四种方法
教你十种提高Linux系统安全性的招数
Linux/Unix环境下的make命令详解
Linux中轻松使用USB移动存储器
Linux上安装GCC编译器过程
Linux中文件查找方法大全
通过COM口管理Linux服务器

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 69 ::
收藏到网摘: 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 
就有中文了!