Skip to main content
Topic: Sorry, user <user> is not allowed to execute (Read 400 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Sorry, user <user> is not allowed to execute

Got this after inconfidently do useradd/mod to solve an issue:

Sorry, user <user> is not allowed to execute '/usr/bin/pacman --noconfirm --needed -S mono' as root on <host>

How to fix

 

Re: Sorry, user <user> is not allowed to execute

Reply #1
have you tried the following  command using  sudo in front of it?

Code: [Select]
sudo usermod -aG  wheel $USERNAME