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

Unix/Linux
Creating a OpenBSD 3.5 bootable CD
解决Fatal error: Call to undefined function: preg_match()
[工具 使用 原创] ls可以是彩色的,df也可以是彩色的
ipfilter+squid配置实例
UNIX痛恨者手册
postfix+ldap+sasl2+courier-imap for freebsd完全ports
硬盘、分区引导和操作系统加载程序
Unix/Linux下的“魔法兔仔”, webmin
solaris10 apache2 的问题
解决启动DHCP客户端时,出现unknown 主机名称的方法
A1000的电池用完了会有什么严重后果
Solaris 2.6+Ultra5内置扬声器故障诊断实例
各种shell下文件名补全功能的使用
民工日记--- We sell dream
让你的终端同时支持中文和 PP 的背景(转载收藏)
民工日记 --不变的变化
配置Solaris上网
民工日记--不鼓励也不反对
Solaris Security Toolkit 4.2
民工日记--无奈

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


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