This activity can be done in groups. In this activity, you create Linux users in batch mode with the newusers command, which accepts a text file as input. Use the man pages for the newusers command and create a correctly formatted file to use as input to the newusers command. Five new users should be created, and each user should be new in the system. The users’ UIDs should be specified in the file and be in the range of 5001 to 5005. The primary group name should be the same as the user’s logon name. The user’s full name can be whatever you like. The home directory should be /home/username, and the user’s default shell should be /bin/bash. After you’re finished, print the input file you created and submit it to your instructor.