gentoo add user
Posted by varnit on December 4, 2008
Add a new user called ‘username’ to users and wheel group, the wheel group will allow you to su
useradd -m -G users,wheel username
then
passwd username
Posted by varnit on December 4, 2008
Add a new user called ‘username’ to users and wheel group, the wheel group will allow you to su
useradd -m -G users,wheel username
then
passwd username