HI Team,
I am planning to create 1000 user on one my linux system using the shell script.
The issue i am facing how can i give password to all the users automatically.
EX:
useradd test1
passwd for All user is 12345
IF i type passwd command it will expect output from user. How to provide password “12345” automatically to all user.
Please help on this