Re: [trinity-users] Problem using sudo in exegnulinux_3.3_preview4
David Hare
5 Jul
2012
5 Jul
'12
1:37 p.m.
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