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

Unix/Linux
没有发现 PHP 的扩展设置mbstring
apache it works
information_schema
linux apache启动命令
linux 如何查看硬盘大小
Blocks是什么意思
fdisk对硬盘分区
linux查看目录大小及硬盘大小
linux目录结构
修改linux用户密码
如何安装linux系统
fstab 格式
安装完samba如何从linux访问WINDOWS共享文件夹
/root
linux top命令参数
dd 参数使用
linux分区详解
iptables中文手册
IPTABLES配置实例
mysql如何建立数据库

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


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