Close
jGuru Forums
Posted By: Jyoti_Yadav Posted On: Tuesday, January 18, 2005 10:06 PM
Hello, Actualy i have to change the passws of the unix users through a web based java program. Can any help me regarding this.... Thanking You People In Advance Jyoti Bhushan Yadav
Re: Changing Unix Passwd From Web Based Java Program
Posted By: Jani_Kaarela Posted On: Wednesday, January 19, 2005 12:45 AM
Call the appropriate Unix command(s) from Java. The easiest way to do this is probably Runtime.exec().