<?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: sbin command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944317#M412369</link>
    <description>Thanks friend&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;amp;Regards&lt;BR /&gt;S.Muthamilan</description>
    <pubDate>Sat, 03 Dec 2005 04:42:42 GMT</pubDate>
    <dc:creator>muthamilan</dc:creator>
    <dc:date>2005-12-03T04:42:42Z</dc:date>
    <item>
      <title>sbin command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944312#M412364</link>
      <description>hi all&lt;BR /&gt;I need sbin command like ioscan to run on normal specfic user.&lt;BR /&gt;Pl,guide me.&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;amp;Regards&lt;BR /&gt;S.Muthamilan</description>
      <pubDate>Sat, 03 Dec 2005 01:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944312#M412364</guid>
      <dc:creator>muthamilan</dc:creator>
      <dc:date>2005-12-03T01:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: sbin command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944313#M412365</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can implement sudo to achive this. After implementing this a normal user can do some defined preveledged jobs and everything gets logged in syslog.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Sat, 03 Dec 2005 01:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944313#M412365</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-12-03T01:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: sbin command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944314#M412366</link>
      <description>Thanks devendar,I need more help.&lt;BR /&gt;How do implement sudo?&lt;BR /&gt;Pl, help me.&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;amp;Regards&lt;BR /&gt;S.Muthamilan&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Dec 2005 01:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944314#M412366</guid>
      <dc:creator>muthamilan</dc:creator>
      <dc:date>2005-12-03T01:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: sbin command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944315#M412367</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;'sudo' allows a normal user to execute commands with 'super user permission'&lt;BR /&gt;You need to download and install sudo package from &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.8p9/." target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.8p9/.&lt;/A&gt; Install it using swinstall. After that you need to customise  /etc/sudoers file, inorder to use specified commands by a user or a group of users. Then the user need to use $sudo &lt;COMMAND&gt; to execute it with superuser permission.&lt;BR /&gt;&lt;BR /&gt;You can view /var/adm/sudolog/sudo.log&lt;BR /&gt;to find the history of the commands executed through sudoers.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sunil&lt;/COMMAND&gt;</description>
      <pubDate>Sat, 03 Dec 2005 03:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944315#M412367</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2005-12-03T03:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: sbin command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944316#M412368</link>
      <description>Hi,&lt;BR /&gt; The latest version is available here as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gratisoft.us/sudo/" target="_blank"&gt;http://www.gratisoft.us/sudo/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;After installing this package using swinstall you can edit sudoers file using "visudo" command.&lt;BR /&gt;&lt;BR /&gt;The file is self explained and examples are there to add commands. You can add commands there as per the syntax mentioned.&lt;BR /&gt;&lt;BR /&gt;Once done you can list the commands permitted for a particular user by giving&lt;BR /&gt;&lt;BR /&gt;$sudo -l&lt;BR /&gt;&lt;BR /&gt;From the command prompt of that user. Importantly only commands needs to be entered and the arguments will be supported by default.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Sat, 03 Dec 2005 03:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944316#M412368</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-12-03T03:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: sbin command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944317#M412369</link>
      <description>Thanks friend&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;amp;Regards&lt;BR /&gt;S.Muthamilan</description>
      <pubDate>Sat, 03 Dec 2005 04:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sbin-command/m-p/4944317#M412369</guid>
      <dc:creator>muthamilan</dc:creator>
      <dc:date>2005-12-03T04:42:42Z</dc:date>
    </item>
  </channel>
</rss>

