trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: July 2012

Re: [trinity-users] Problem using sudo in exegnulinux_3.3_preview4

From: David Hare <davidahare@...>
Date: Thu, 05 Jul 2012 13:37:13 +0000
Found installer error (I think, not tested fix yet) User did not get 
added to group "sudo" as intended.

Quick fix: Try in root (su) terminal:

usermod -a -G sudo $user

(change $user for your actual username) Relogin to apply.

David