| Author |
how to provide password to sudo command
|
jaibhim max
Greenhorn
Joined: Nov 15, 2010
Posts: 21
|
posted

0
|
Hi,
I am creating an application that requires "sudo" permissions to execute. So, if I try to execute mount command then I need to run following command.
To run the above command, I need to run it in java code as -
In the above case, sudo asks for sudo password at the terminal. How should I write the java code that will allow me to provide sudo password.
Please help me out because its too urgent
|
 |
James Sabre
Ranch Hand
Joined: Sep 07, 2004
Posts: 781
|
posted

0
|
|
See my reply to http://www.coderanch.com/t/517209/java/java/provide-password-prompt-through-Java .
|
Retired horse trader.
Note: double-underline links may be advertisements automatically added by this site and are probably not endorsed by me.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32668
|
posted

0
|
Since you have already received an answer to the same question, I shall close this thread.
|
 |
 |
|
|
subject: how to provide password to sudo command
|
|
|