I want to make an application on php,so that if anyone needs to change the password(either of his linux pc or internal office's server's account) ,that will be done by him/her by opening a page on browser.. how can i implement this ???
I had a code to change the Linus's pc's password through php,but how can i change my server's account's password through this ?
I am using the below command to change the Linux pc's password :-
shell_exec("echo $newpass | sudo -u root passwd --stdin $user");
Pls help me !!
$userto the server's account. – Barmar Feb 23 at 10:56