<?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 Re: Access to kill command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140292#M317554</link>
    <description>There is sudo that you can download.&lt;BR /&gt;HP also has RBAC that is similar.  You can download it from here:&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl&lt;/A&gt;</description>
    <pubDate>Tue, 05 Feb 2008 08:10:17 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-02-05T08:10:17Z</dc:date>
    <item>
      <title>Access to kill command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140291#M317553</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am facing a problem. There are certain processes (printer queues) which are to be killed regularly, for that I have to share the root password with other persons, resulting in integrity of server security.&lt;BR /&gt;&lt;BR /&gt;Is there any method by which I can create a user/assign permission so that I dont have to share root password but side by side my aim is also accomplished.&lt;BR /&gt;&lt;BR /&gt;or in other words that the user can use only kill command without any access to any other command.&lt;BR /&gt;&lt;BR /&gt;Regards:&lt;BR /&gt;Arun</description>
      <pubDate>Tue, 05 Feb 2008 04:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140291#M317553</guid>
      <dc:creator>Arun Jain</dc:creator>
      <dc:date>2008-02-05T04:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access to kill command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140292#M317554</link>
      <description>There is sudo that you can download.&lt;BR /&gt;HP also has RBAC that is similar.  You can download it from here:&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl&lt;/A&gt;</description>
      <pubDate>Tue, 05 Feb 2008 08:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140292#M317554</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-02-05T08:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Access to kill command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140293#M317555</link>
      <description>Yes With sudo you can give permissions to a user or group to run any commands.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140293#M317555</guid>
      <dc:creator>sreeram n</dc:creator>
      <dc:date>2008-02-05T09:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Access to kill command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140294#M317556</link>
      <description>hi arun,&lt;BR /&gt;&lt;BR /&gt;you can use sudo for this case. in sudoers file, you can create command alias (Cmnd_Alias), for example:&lt;BR /&gt;&lt;BR /&gt;Cmnd_Alias PRINTERSU = /usr/bin/su - [the command to kill printer queues]&lt;BR /&gt;&lt;BR /&gt;than grant the user that you want to allow to run the command, for example:&lt;BR /&gt;arun ALL=(ALL) NOPASSWD: PRINTERSU&lt;BR /&gt;&lt;BR /&gt;you can download the depot file from this site "&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.9p11/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.9p11/&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;hopes can solve your case.&lt;BR /&gt;&lt;BR /&gt;-yut-&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Feb 2008 03:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140294#M317556</guid>
      <dc:creator>yulianto piyut</dc:creator>
      <dc:date>2008-02-06T03:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Access to kill command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140295#M317557</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;   it is possible by starting SAM administration tool in restricted mode &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# sam -r &lt;BR /&gt;&lt;BR /&gt;by using this  u can give permision to &lt;BR /&gt;&lt;BR /&gt;particular user to get administrative privileges.&lt;BR /&gt;&lt;BR /&gt;thanking u&lt;BR /&gt;M.Gunasekaran.</description>
      <pubDate>Wed, 06 Feb 2008 06:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/access-to-kill-command/m-p/4140295#M317557</guid>
      <dc:creator>guna81_m</dc:creator>
      <dc:date>2008-02-06T06:12:05Z</dc:date>
    </item>
  </channel>
</rss>

