add password for admin user

This commit is contained in:
trytomakeyouprivate
2024-02-04 03:24:27 +00:00
committed by qoijjj
parent 687eda764d
commit 7131b1599d

View File

@@ -40,8 +40,9 @@ Creating a dedicated wheel user and removing wheel from your primary user helps
1. ```adduser admin```
2. ```usermod -aG wheel admin```
3. ```gpasswd -d {your username here} wheel```
4. ```reboot```
3. ```passwd admin```
4. ```gpasswd -d {your username here} wheel```
5. ```reboot```
When not in the wheel group, a user can be added to a dedicated group, otherwise certain actions are blocked: