Comments on: How to Create Multiple User Accounts in Linux https://www.tecmint.com/create-multiple-user-accounts-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 04:17:30 +0000 hourly 1 By: David Campbell https://www.tecmint.com/create-multiple-user-accounts-in-linux/comment-page-1/#comment-1382178 Wed, 28 Oct 2020 14:08:39 +0000 https://www.tecmint.com/?p=31102#comment-1382178 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 login 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.

]]>