<?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 control kill in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848379#M98033</link>
    <description>I need to restrict the use of the [kill] to certain users.&lt;BR /&gt;&lt;BR /&gt;please ,help me, if you know</description>
    <pubDate>Tue, 22 Aug 2006 15:34:52 GMT</pubDate>
    <dc:creator>Alexander Balladares</dc:creator>
    <dc:date>2006-08-22T15:34:52Z</dc:date>
    <item>
      <title>control kill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848379#M98033</link>
      <description>I need to restrict the use of the [kill] to certain users.&lt;BR /&gt;&lt;BR /&gt;please ,help me, if you know</description>
      <pubDate>Tue, 22 Aug 2006 15:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848379#M98033</guid>
      <dc:creator>Alexander Balladares</dc:creator>
      <dc:date>2006-08-22T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: control kill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848380#M98034</link>
      <description>If you already setup sudoer's file then restrict them through it.</description>
      <pubDate>Tue, 22 Aug 2006 16:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848380#M98034</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-22T16:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: control kill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848381#M98035</link>
      <description>You need to better define your problem. Note that kill is both a shell built-in and a command so that sudo would really only be effective with the command. Kill is already a restricted command and a normal user cannot signal other users' processes. Are you trying to give non-superusers the ability to terminate processes that are not their own? If so this is a potentially very dangerous situation. Note that kill is a perfectly normal command and does not necessarily terminate a command but rather signals a process and then the behavior is determined by whatever signal handler is in place for that signal for that process.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2006 16:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848381#M98035</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-22T16:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: control kill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848382#M98036</link>
      <description>I don't know feature named "sudoer's ".&lt;BR /&gt;&lt;BR /&gt;sorry, about my writer, I understand a little ingles.</description>
      <pubDate>Tue, 22 Aug 2006 16:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848382#M98036</guid>
      <dc:creator>Alexander Balladares</dc:creator>
      <dc:date>2006-08-22T16:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: control kill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848383#M98037</link>
      <description>As per knowledge that is not possible. &lt;BR /&gt;kill resides in /usr/bin/kill only. there may be a reason for that. [ the reason for that is, logically i think, it cant kill important processes.]&lt;BR /&gt;&lt;BR /&gt;this is Clay's nice response in a thread:&lt;BR /&gt;"Kill is perhaps the worst named system call and command in UNIX. It should really be called something like "sendsignal" --- that's all a kill actually is. If a process (like yours) is waiting on a higher-priority event such as an i/o operation, it will never respond to a signal until the higher priority event is satisfied". &lt;BR /&gt;&lt;BR /&gt;also, important processes wont allow to kill by non-root users atleast.(i think)</description>
      <pubDate>Tue, 22 Aug 2006 16:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848383#M98037</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-08-22T16:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: control kill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848384#M98038</link>
      <description>If you really want to do this then install this package, sudo, and then configure it so that certain users can run /usr/bin/kill as root:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.8p9/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.8p9/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, this a a very dangerous practice in any but very experienced hands.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2006 16:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848384#M98038</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-22T16:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: control kill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848385#M98039</link>
      <description>Hello Alexander &lt;BR /&gt;&lt;BR /&gt;The request is ?&lt;BR /&gt;&lt;BR /&gt;The user root is allow use "kill" command and&lt;BR /&gt;&lt;BR /&gt;When other user execute the command "kill", no work the command ?&lt;BR /&gt;&lt;BR /&gt;You crontab have scripts with kill command and this working but no user execute the command?&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Rene&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2006 16:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-kill/m-p/3848385#M98039</guid>
      <dc:creator>Rene Mendez_4</dc:creator>
      <dc:date>2006-08-22T16:42:24Z</dc:date>
    </item>
  </channel>
</rss>

