Предварительно необходимо установить sudo
Код: Выделить всё
pkg install sudo
Код: Выделить всё
chmod 0700 /usr/local/etc/sudoers
Код: Выделить всё
%wheel ALL=(ALL:ALL) ALL
Код: Выделить всё
pw usermod user -G wheel
Код: Выделить всё
pkg install sudo
Код: Выделить всё
chmod 0700 /usr/local/etc/sudoers
Код: Выделить всё
%wheel ALL=(ALL:ALL) ALL
Код: Выделить всё
pw usermod user -G wheel