The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: sudo question
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-16-2004
kduffin's Avatar
kduffin kduffin is offline
UN1X
 

Join Date: Nov 2003
Location: Virginia
Posts: 441
To make changes to the sudo file, you should use the visudo command.

As for making changes - your MANPATH probably isn't set to read the man page. More than likely they are in /usr/local/man, so:

$ MANPATH=/usr/local/man
$ export MANPATH
$ man sudo (or man sudoers)

Cheers,

Keith