Our system is installed, online and updated. So far we only have the root user, so it’s about time we create our normal user account.
Create new user
useradd -m -G users,audio,lp,optical,storage,video,wheel,power -s /bin/bash [username]
Set password
passwd [username]
Give the new user sudo rights
EDITOR=nano visudo
Find the line “root ALL=(ALL) ALL” and add a new line under it: [username] ALL=(ALL) ALL
That’s it. Our new account is created and ready to use.
Further reading at the Arch Linux Wiki
Other posts of the serie
- Arch Linux Installation log pt. 1 - Introduction - September 25, 2009
- Arch Linux Installation log pt. 2 - Core system - October 2, 2009
- Arch Linux Installation log pt. 3 - Getting online - October 7, 2009
- Arch Linux Installation log pt. 4 - Updating the system - October 11, 2009
- Arch Linux Installation log pt. 5 - Add user(s) (This post) - October 11, 2009
- Arch Linux Installation log pt. 6 - Configure Network Time Protocol - October 11, 2009
- Arch Linux Installation log pt. 7 - Configure Power Management - October 13, 2009
- Arch Linux Installation log pt. 8 - Configure Sound - October 13, 2009
- Arch Linux Installation log pt. 9 - Installing and configuring X - October 15, 2009
Like




