Some or the other time as a sys admin you will come across a need to add multiple users to your Linux system. So the question is how to do the same.
Let us see how we can do the same in this post.
We will assume that N number of users are to be added with a standard prefix or suffix and values incrementing with numbers. e.g. employee27... emp28.. etc
The command to add a user is useradd
The command can be simply run as: