Difference between revisions of "Creating Users"
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
password: ''<your root password>'' | password: ''<your root password>'' | ||
| − | '''#''' useradd -m -G users,wheel,audio | + | '''#''' useradd -m -G users,wheel,audio -s /bin/bash ''username'' |
'''#''' passwd ''username'' | '''#''' passwd ''username'' | ||
'''#''' Password: ''<enter your password here>'' | '''#''' Password: ''<enter your password here>'' | ||
Latest revision as of 23:17, 11 May 2011
Configuring your System - Creating Users
Congratulations! You now have a working Gentoo Linux system.
Before we do anything else, we should create a user account for you to work with. In order to keep your system secure, you should never log in as root unless you run into security problems or experience hardware failure. Substitute username below with your desired username.
login: root password: <your root password>
# useradd -m -G users,wheel,audio -s /bin/bash username # passwd username # Password: <enter your password here> # Re-enter password: <enter your password here>
Your user account has now been created. In order to run commands as root after logging into your new account, we need to emerge sudo.