<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how to set up sudoers to for mass of scripts in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179701#M91019</link>
    <description>How do I setup sudo to allow a user to run any script in a directory? &lt;BR /&gt;From what I have been able to find via google, should be able to use: &lt;BR /&gt;/usr/local/scripts/ and allow user to run any script in that directory, but when I try this, I get: &lt;BR /&gt;Sorry, user db55621 is not allowed to execute /usr/local/scripts/testThis as lzMntIt1 on eagle1.rmtc.fedex.com&lt;BR /&gt;&lt;BR /&gt;What do I have wrong here? &lt;BR /&gt;</description>
    <pubDate>Mon, 14 Apr 2008 16:48:17 GMT</pubDate>
    <dc:creator>Don Beethe</dc:creator>
    <dc:date>2008-04-14T16:48:17Z</dc:date>
    <item>
      <title>how to set up sudoers to for mass of scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179701#M91019</link>
      <description>How do I setup sudo to allow a user to run any script in a directory? &lt;BR /&gt;From what I have been able to find via google, should be able to use: &lt;BR /&gt;/usr/local/scripts/ and allow user to run any script in that directory, but when I try this, I get: &lt;BR /&gt;Sorry, user db55621 is not allowed to execute /usr/local/scripts/testThis as lzMntIt1 on eagle1.rmtc.fedex.com&lt;BR /&gt;&lt;BR /&gt;What do I have wrong here? &lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179701#M91019</guid>
      <dc:creator>Don Beethe</dc:creator>
      <dc:date>2008-04-14T16:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to set up sudoers to for mass of scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179702#M91020</link>
      <description>Using the directory in the sudoers file is the correct way to do that, but you probably need to post a non-working entry (sanitized as appropriate) for people to be able to give you much help.</description>
      <pubDate>Mon, 14 Apr 2008 17:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179702#M91020</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2008-04-14T17:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to set up sudoers to for mass of scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179703#M91021</link>
      <description>db55621 ALL = (lzMntIt1) /opt/fedex/lzMntIt1/testing/scripts/&lt;BR /&gt;&lt;BR /&gt;In /opt/fedex/lzWebIt1/testing/scripts/, there are scripts like startLssi, which runs some commands to start the app... If I try to do sudo -u lzMntIt1 /opt/fedex/lzMntIt1/testing/scripts/startLssi, I get the not allowed to excute. &lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2008 17:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179703#M91021</guid>
      <dc:creator>Don Beethe</dc:creator>
      <dc:date>2008-04-14T17:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to set up sudoers to for mass of scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179704#M91022</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This should work fine. You can use wildcard&lt;BR /&gt;characters in sudoers file:&lt;BR /&gt;&lt;BR /&gt;db55621 ALL = (lzMntIt1) /opt/fedex/lzMntIt1/testing/scripts/*&lt;BR /&gt;&lt;BR /&gt;I tested similar command in Fedora 8 five minutes ago :)&lt;BR /&gt;&lt;BR /&gt;Greetings from rainy Sydney,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Tue, 15 Apr 2008 02:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179704#M91022</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-04-15T02:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to set up sudoers to for mass of scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179705#M91023</link>
      <description>That's what I thought. It even talks about doing exactly this in the sudoers manpage, but it refuses to work. Seems to be only the ixSudo version...</description>
      <pubDate>Tue, 15 Apr 2008 14:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-up-sudoers-to-for-mass-of-scripts/m-p/4179705#M91023</guid>
      <dc:creator>Don Beethe</dc:creator>
      <dc:date>2008-04-15T14:04:35Z</dc:date>
    </item>
  </channel>
</rss>

