Automate adding users and passwords
At linux box i have to add 300 users id with their userid/passwd
is it possible to make it automate using useradd command like this:
useradd test -p password
I tried this command but not accepted the password and I need to use this command:
passwd test
for all users really this process will be very tuff
Please if any one can help me in this..... Please
|