Skip to main content

sudo

In order for regular users to execute command with elevated privileges with sudo the sudoers file needs to be edited.

Open the sudoers file with the following command and uncomment the line that allows members of the wheel group to execute any command:

ATTENTION: Make sure to always edit the sudo configuration with the visudo command. This way no other program can write to the sudoers file while you are editing it.

EDITOR=nano visudo