Hi, Are there any functions available to change the password of a FreeBSD UNIX system using PHP 4.0? -Arati
see http://www.phpbuilder.com/manual/function.system.php (including the "see also" part for similar options)
you want something like system(passwd ...)
I can do that. But I wanted to know if there is a PHP 4.0 function which can do the same thing.