<?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 sudoer file help required... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894933#M25899</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to make entry in sudoer file for couple of application users on RHEL3.0 and Redhat Linux 9.0 Server.&lt;BR /&gt;&lt;BR /&gt;The user must have Read,Write and Execute permission on /var/www folder.&lt;BR /&gt;&lt;BR /&gt;Also the user should be able to start and stop only apache server.&lt;BR /&gt;&lt;BR /&gt;I'm a new bie in Linux and I would like to know what entry should I make in the sudeor file to provide the access..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for all your Linux Experts onboard....&lt;BR /&gt;&lt;BR /&gt;Girish</description>
    <pubDate>Wed, 08 Nov 2006 13:52:58 GMT</pubDate>
    <dc:creator>girishb</dc:creator>
    <dc:date>2006-11-08T13:52:58Z</dc:date>
    <item>
      <title>sudoer file help required...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894933#M25899</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to make entry in sudoer file for couple of application users on RHEL3.0 and Redhat Linux 9.0 Server.&lt;BR /&gt;&lt;BR /&gt;The user must have Read,Write and Execute permission on /var/www folder.&lt;BR /&gt;&lt;BR /&gt;Also the user should be able to start and stop only apache server.&lt;BR /&gt;&lt;BR /&gt;I'm a new bie in Linux and I would like to know what entry should I make in the sudeor file to provide the access..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for all your Linux Experts onboard....&lt;BR /&gt;&lt;BR /&gt;Girish</description>
      <pubDate>Wed, 08 Nov 2006 13:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894933#M25899</guid>
      <dc:creator>girishb</dc:creator>
      <dc:date>2006-11-08T13:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: sudoer file help required...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894934#M25900</link>
      <description>For the folder permissions, use the following commands:&lt;BR /&gt;&lt;BR /&gt;groupadd webdev&lt;BR /&gt;chgrp -R webdev /var/www&lt;BR /&gt;chmod -R g+w /var/www&lt;BR /&gt;usermod -G webdev username&lt;BR /&gt;&lt;BR /&gt;These commands will allow the users in the webdev group to have RWX permissions for the /var/www folder.&lt;BR /&gt;&lt;BR /&gt;The sudoers entry should be:&lt;BR /&gt;&lt;BR /&gt;Host_Alias  WEBSERV=host1, host2, host3&lt;BR /&gt;&lt;BR /&gt;User_Alias   WEBDEV=user1,user2,user3&lt;BR /&gt;&lt;BR /&gt;Cmnd_Alias   WEBCMD=/sbin/service httpd *&lt;BR /&gt;&lt;BR /&gt;WEBDEV     WEBSERV = WEBCMD&lt;BR /&gt;&lt;BR /&gt;Use the same entry for all hosts.</description>
      <pubDate>Wed, 08 Nov 2006 15:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894934#M25900</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-08T15:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: sudoer file help required...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894935#M25901</link>
      <description>If you add group for users you can use also this:&lt;BR /&gt;&lt;BR /&gt;%groupname    host = command&lt;BR /&gt;in this case&lt;BR /&gt;&lt;BR /&gt;%webdev   WEBSERV = WEBCMD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2006 15:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894935#M25901</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-11-08T15:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: sudoer file help required...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894936#M25902</link>
      <description>Thank you very much IVAN's&lt;BR /&gt;&lt;BR /&gt;Appreciate your responses...</description>
      <pubDate>Thu, 09 Nov 2006 09:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894936#M25902</guid>
      <dc:creator>girishb</dc:creator>
      <dc:date>2006-11-09T09:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: sudoer file help required...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894937#M25903</link>
      <description>Hi girishb. You are welcome. Please see also:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And take a time to review the answers for your questions without assigned points:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1411434&amp;amp;listType=unassigned&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1411434&amp;amp;listType=unassigned&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Thu, 09 Nov 2006 09:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sudoer-file-help-required/m-p/3894937#M25903</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-09T09:21:56Z</dc:date>
    </item>
  </channel>
</rss>

