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

Unix/Linux
linux下一个网卡配置多个IP
linux下如何查看邮件
linux系统中如何查看日志
Linux操作系统主机名(hostname)简介
在UNIX或Linux中TTY是什么意思
SSH使用指南
SSH客户端之SSH Secure Shell 的连接方法
linux 如何查看开关机记录
kill命令的使用
Linux用户进程是如何释放内存的
Linux命令free的输出含义
PHP 4.4.1forlinux下载
Apache 2.0.55 for Linux 下载
PHPMyAdmin 2.7.0-pl1下载
linux怎么添加用户
在Linux中添加普通新用户
linux查看所有用户
linux下的用户权限
linux下查看端口命令 端口
LINUX的端口和服务

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


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