My requirement is to change password of AIX server
through java program.
I used jsch library
.
With jsch
I can execute commands like ls -ltr
, etc. But for passwd
command, nothing is happening.
Kindly post your answer.
My requirement is to change password of AIX server
through java program.
I used jsch library
.
With jsch
I can execute commands like ls -ltr
, etc. But for passwd
command, nothing is happening.
Kindly post your answer.