gentoo.LinuxHowtos.org

Adding Users with Superadduser



Adding users to a system can be tedious. It involves creating an account, setting a password, and creating a home directory. This week's tip shows how to make adding users easier with the use of superadduser.

Code Listing 1: Install superadduser from Portage
#  emerge app-admin/superadduser


Using superadduser is very easy. Just run the command and follow the prompts.

Code Listing 2: Using superadduser
// Replace the examples with your own information  
# superadduser

back