Re: java runtime object invoke a linux interavtive command

1998-11-27 Thread Java News Collector
At 04:58 PM 11/26/98 +0800, optima wrote: >hellow friend >I can use the runtime object to exec() a "ls". >But I can't invoke the command "passwd " >because it need to comfirm the passwd .how can I do >thank my linux fan. If you aren't using shadow passwords, you can just locate the password in t

Re: java runtime object invoke a linux interavtive command

1998-11-27 Thread Stef Epardaud
On Thu, Nov 26, 1998 at 04:58:36PM +0800, optima wrote: > hellow friend > I can use the runtime object to exec() a "ls". > But I can't invoke the command "passwd " > because it need to comfirm the passwd .how can I do > thank my linux fan. Hello, not sure if that will be of any help, but you cou

java runtime object invoke a linux interavtive command

1998-11-27 Thread optima
hellow friend I can use the runtime object to exec() a "ls". But I can't invoke the command "passwd " because it need to comfirm the passwd .how can I do thank my linux fan.