On Wed, Nov 08, 2017 at 02:56:36PM -0600, Josh W. wrote: > Hello, I am trying to figure out how to add a user to sudo... Not sure of > the process.. Could somebody point me in the right direction. Thanks! Add the user to the "sudo" group. Either by editing /etc/group directly, or by using "adduser username sudo".