If theres an username user (for example an ftp user) we can use it as sudo user.
On CentOS, the user in “wheel” group had sudoers capacity.
sudo usermod -aG wheel username
7 Dicembre 2017
If theres an username user (for example an ftp user) we can use it as sudo user.
On CentOS, the user in “wheel” group had sudoers capacity.
sudo usermod -aG wheel username