I found the link to create multiple user account by typing out all the account. But how to create using linux shell scripting if i want to create 50 account which are almost the same but only difference is the user number and some other number is different which is in running order?
Eg.
First user will have the following details:
Login name: user00
Password: pwd00
UID: 1000
GID: 123
Informational name: “Student Index 00”
Home directory: /home/SI00
Login shell: /bin/sh
the last user will have the following details:
Login name: user49
Password: pwd49
UID: 1049
GID: 123
Informational name: “Student Index 49”
Home directory: /home/SI49
Login shell: /bin/sh


