<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Russell Van Tassell wrote:
<blockquote cite="mid20081114182504.GA27588@fubar.loosenut.com"
 type="cite">
  <pre wrap="">On Fri, Nov 14, 2008 at 09:40:26PM +0800, <a class="moz-txt-link-abbreviated" href="mailto:edwardspl@ita.org.mo">edwardspl@ita.org.mo</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">For running with visudo :

HOST = NOPASSWD:    /usr/sbin/edquota, /usr/bin/quota
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This looks wrong... remember the format is something more like:

USER_NAMES HOSTS_LIST = (RUN_AS_LIST) COMMAND_LIST

So I suspect you want something closer to:

manager ALL = (ALL) /usr/sbin/edquota, /usr/bin/quota
  </pre>
</blockquote>
Hello to you,<br>
<br>
Sorry, what means about "ALL" ?<br>
<br>
Thanks !<br>
<br>
Edward.<br>
</body>
</html>