← All Kali Issues
Kali Linux
User not in sudoers
P Permission
Critical
🔴 Error Message
User is not in the sudoers file. This incident will be reported
📖 What This Means
User account lacks sudo privileges.
🔧 Step-by-Step Fix
- Boot recovery mode
- Add user: usermod -aG sudo username
- Or edit: visudo
- Add: username ALL=(ALL:ALL) ALL