Adding a privileged user - Cyber-JL/Wiki GitHub Wiki
- As root
- run
useradd judewhich created a profile, - Then
passwd [password]which put a password for the user - Then
usermod -aG wheeljude 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.