Adding a privileged user - jude-lindale/Wiki GitHub Wiki
- As root
- run
useradd jude
which created a profile, - Then
passwd [password]
which put a password for the user - Then
usermod -aG wheel
jude which added the user to the wheel group.
useradd jude
which created a profile,passwd [password]
which put a password for the userusermod -aG wheel
jude which added the user to the wheel group.