On Sat, Sep 14, 2013 at 07:42:46PM -0400, Jeffrey Walton wrote: > > man visudo > I don't know vi. I do known emacs, but its not on this system so I > can't edit /etc/sudo by hand. > > I tried to add emacs through pkg_add, but it appears broke. Surely > emacs has been ported to every *nix system in existence, so its > baffling (to me) the package manager cannot find it.
You can do it without emacs or vi: echo "jwalton ALL=(ALL)" >> /etc/sudoers > This stuff really should not be this hard... > > Jeff > -- anton

