On Tue, 19 Oct 1999, Rogério Garibalde Miranda wrote:
>I need to insert an user and soon later to alter its password in the linux
>using the java.
I believe the most simple way to add a user is:
Process process = Runtime.getRuntime()
.exec("/usr/sbin/useradd user");
I need to insert an user and soon later to alter its password in the linux
using the java.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hi folks!
I am using java on both a Solaris & Linux
I 've 2 Linux pcs.
-The one at the lab (RH5.2 - jdk116glibc2) , works fine with jdb.
-The home PC [RH5.0 - jdk116glibc2) has problem with jdb :
I get an nvalid password error , while trying to run the jdb!
NOTE t