<?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: Allow common user run some commands in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200554#M324668</link>
    <description>Hi Gustavo,&lt;BR /&gt;&lt;BR /&gt;What you have described is the daily task on system admin. As he/she would need to use the root login to achieve these task. I don't quite understand. If your worried about command being issued you can create audit logs to have monitor what going on. Anyway 'SUDO" would be your best bet to allow non root users to issue root commands.&lt;BR /&gt;&lt;BR /&gt;Just my $0.02&lt;BR /&gt;Sp,&lt;BR /&gt;</description>
    <pubDate>Mon, 19 May 2008 13:25:19 GMT</pubDate>
    <dc:creator>Sp4admin</dc:creator>
    <dc:date>2008-05-19T13:25:19Z</dc:date>
    <item>
      <title>Allow common user run some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200550#M324664</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to know how to allow a common user to execute lvm commands on Unix operating system without typing the root's password.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gustavo</description>
      <pubDate>Mon, 19 May 2008 12:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200550#M324664</guid>
      <dc:creator>Gustavo Souza Lima</dc:creator>
      <dc:date>2008-05-19T12:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Allow common user run some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200551#M324665</link>
      <description>Hi Gustavo,&lt;BR /&gt;&lt;BR /&gt;Yes, you could setup sudo.&lt;BR /&gt;&lt;BR /&gt;Sofware&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.9p15/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.9p15/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Docs&lt;BR /&gt;&lt;A href="http://www.aplawrence.com/Basics/sudo.html" target="_blank"&gt;http://www.aplawrence.com/Basics/sudo.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 19 May 2008 12:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200551#M324665</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-05-19T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Allow common user run some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200552#M324666</link>
      <description>Hi Gustavo:&lt;BR /&gt;&lt;BR /&gt;While I agree with Robert-Jan that 'sudo' is an appropriate choice if you must, I have to ask WHY?&lt;BR /&gt;&lt;BR /&gt;Why would you want a non-root user to execute LVM commands?  Certainly, you don't want configuration changes made!  Which command(s) do the non-root users need and what is it from their output that is required?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 19 May 2008 12:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200552#M324666</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-05-19T12:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Allow common user run some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200553#M324667</link>
      <description>Thank you for the Answers guys...&lt;BR /&gt;&lt;BR /&gt;James,&lt;BR /&gt; &lt;BR /&gt; I would like do this because in my company the root user will be used only in an extreme situation, such as, re-configure kernel. But to execute daily tasks, such as, create a new user or extend a filesystem, volume group or lvol, I would like to use a non-root user because I could audit what that user did.&lt;BR /&gt;&lt;BR /&gt;Did you understand what I meant??&lt;BR /&gt;&lt;BR /&gt;If you have another solution, please let me know...</description>
      <pubDate>Mon, 19 May 2008 13:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200553#M324667</guid>
      <dc:creator>Gustavo Souza Lima</dc:creator>
      <dc:date>2008-05-19T13:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Allow common user run some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200554#M324668</link>
      <description>Hi Gustavo,&lt;BR /&gt;&lt;BR /&gt;What you have described is the daily task on system admin. As he/she would need to use the root login to achieve these task. I don't quite understand. If your worried about command being issued you can create audit logs to have monitor what going on. Anyway 'SUDO" would be your best bet to allow non root users to issue root commands.&lt;BR /&gt;&lt;BR /&gt;Just my $0.02&lt;BR /&gt;Sp,&lt;BR /&gt;</description>
      <pubDate>Mon, 19 May 2008 13:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200554#M324668</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2008-05-19T13:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Allow common user run some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200555#M324669</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you wanna track the user, you can go for SUDO.&lt;BR /&gt;&lt;BR /&gt;If the user is trusted !!!!!, you can go for ACL.</description>
      <pubDate>Mon, 19 May 2008 15:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-common-user-run-some-commands/m-p/4200555#M324669</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-05-19T15:10:26Z</dc:date>
    </item>
  </channel>
</rss>

