can you log in as root?
if so, wget does the following line show?
cat /usr/local/etc/sudoers
## Uncomment to allow members of group wheel to execute any command
%wheel ALL=(ALL:ALL) ALL
## Uncomment to allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
Mine uses the "wheel" user/group
make sure your account is added to the wheel or sudo account as well
if so, wget does the following line show?
cat /usr/local/etc/sudoers
## Uncomment to allow members of group wheel to execute any command
%wheel ALL=(ALL:ALL) ALL
## Uncomment to allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
Mine uses the "wheel" user/group
make sure your account is added to the wheel or sudo account as well
Statistics: Posted by RodMyers — Mon Jun 24, 2024 8:00 am