How a non-root user can change his password (in Red
Hat linux 7.2) on commandline some what like this:
<commandtochangepasssword> -oldpassword old
-newpassword new
My intention to ask this question is, I need to build
a GUI that takes up user's old password & new password
and the password change action has to take place in
background.
Any hint ?