I've just built a Fedora VM in Parallels but as soon as I try to install Parallels Tools I get the following message. I've never seen this in any *nix system before.
Usually there is a group on linux boxes which has access to sudo. The easiest is the check what the group is called by doing visudo, checking the group name and adding yourself to the group as root.
It used to be called wheel in ubuntu but has changed to admin recently.
This will add your user to a group:
sudo gpasswd -a username groupname
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.