Re: [PHP] Help about Linux password change script

2002-03-05 Thread bvr
# passwd -? Usage: passwd [OPTION...] <...> --stdin read new tokens from stdin (root only) <...> bvr. Henry Zambrano wrote: > Hi, I'm trying to do a script for changing the Linux password of an > user in a web page. I don't know how to implement the command > "passwd" in a

Re: [PHP] Help about Linux password change script

2002-03-05 Thread Erik Price
On Tuesday, March 5, 2002, at 02:25 PM, Henry Zambrano wrote: > Hi, I'm trying to do a script for changing the Linux password of an > user in a web page. I don't know how to implement the command "passwd" > in a php script or to do a shell script which would be invoked by the > php script.

[PHP] Help about Linux password change script

2002-03-05 Thread Henry Zambrano
Hi, I'm trying to do a script for changing the Linux password of an user in a web page. I don't know how to implement the command "passwd" in a php script or to do a shell script which would be invoked by the php script. I hope someone can help me. Thanks. Henry Zambrano.