歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Unix知識 >> 關於Unix

如何在網頁上修改用系統用戶的password

A:FORREDHAT6.0STEP: 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.tarzxvfchpasswd-1.3.tar.gz 4.cdchpasswd-1.3 5../configure.sh( A:  FOR REDHAT6.0 STEP: 
1.下載chpasswd-1.3.tar.gz  ftp://ftp.nsysu.edu.tw/Linux/metalab.unc.edu/system/a
dmin/aclearcase/" target="_blank" >ccounts/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 
就有中文了!

Copyright © Linux教程網 All Rights Reserved