当前位置:Linux教程 - 网络安全 - 网络安全 - 在网页上修改用系统用户的password

网络安全 - 在网页上修改用系统用户的password

在网页上修改用系统用户的password
2004-04-23 15:18 pm
来自:Linux文档
现载:Www.8s8s.coM
地址:无名

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
就有中文了!