<?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: creating user with sudo access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490655#M214829</link>
    <description>Hi Jagadesh,&lt;BR /&gt;&lt;BR /&gt;if sudo is installed on your system you should have the utility called visudo.&lt;BR /&gt;Keep in mind that you will see products by swlist if they were installed by swinstall as a depot.&lt;BR /&gt;I said so because I installed sudo by tar file by &lt;A href="ftp://ftp.cs.colorado.edu/pub/sudo/" target="_blank"&gt;ftp://ftp.cs.colorado.edu/pub/sudo/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;cd /&lt;SUDO_DIRECTORY&gt;/&lt;BR /&gt;visudo&lt;BR /&gt;&lt;BR /&gt;and insert in the file (for example)&lt;BR /&gt;&lt;BR /&gt;# User privilege specification&lt;BR /&gt;root    ALL=(ALL) ALL&lt;BR /&gt;&lt;USER&gt;   &lt;HOSTNAME&gt;=/usr/sbin/mount&lt;BR /&gt;&lt;BR /&gt;mount is an example.&lt;BR /&gt;This is a simple configuration.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio&lt;BR /&gt;&lt;/HOSTNAME&gt;&lt;/USER&gt;&lt;/SUDO_DIRECTORY&gt;</description>
    <pubDate>Tue, 22 Feb 2005 06:39:11 GMT</pubDate>
    <dc:creator>Fabio Ettore</dc:creator>
    <dc:date>2005-02-22T06:39:11Z</dc:date>
    <item>
      <title>creating user with sudo access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490651#M214825</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to create a user in HPUX 11.11 with sudo access. How can i go about in doing the same?</description>
      <pubDate>Tue, 22 Feb 2005 06:09:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490651#M214825</guid>
      <dc:creator>Jagadesh_2</dc:creator>
      <dc:date>2005-02-22T06:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: creating user with sudo access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490652#M214826</link>
      <description>Jagadesh,&lt;BR /&gt;&lt;BR /&gt;If you want users or groups to perform some commands with sudo you should specify this in the /etc/opt/sudo/sudoers file.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.courtesan.com/sudo/sudo.html" target="_blank"&gt;http://www.courtesan.com/sudo/sudo.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Darrel&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Feb 2005 06:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490652#M214826</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2005-02-22T06:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: creating user with sudo access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490653#M214827</link>
      <description>Hi Darrel,&lt;BR /&gt;&lt;BR /&gt;When i do swlist for sudo&lt;BR /&gt;# swlist -l fileset |grep -i sudo&lt;BR /&gt;# sudo                                  1.6.6          sudo&lt;BR /&gt;  sudo.sudo-RUN&lt;BR /&gt;&lt;BR /&gt;but i am not able to find sudo under /etc/opt/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Feb 2005 06:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490653#M214827</guid>
      <dc:creator>Jagadesh_2</dc:creator>
      <dc:date>2005-02-22T06:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: creating user with sudo access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490654#M214828</link>
      <description>Jagadesh,&lt;BR /&gt;&lt;BR /&gt;Whereis sudo installed and whereis your sudoers file?&lt;BR /&gt;/opt/sudo&lt;BR /&gt;In my previous post I've included a url, did you check the Sudoers link.&lt;BR /&gt;Use visudo to edit the sudoers file!&lt;BR /&gt;&lt;BR /&gt;When you issue the sudo command doesn't it give you a error message?&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Tue, 22 Feb 2005 06:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490654#M214828</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2005-02-22T06:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: creating user with sudo access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490655#M214829</link>
      <description>Hi Jagadesh,&lt;BR /&gt;&lt;BR /&gt;if sudo is installed on your system you should have the utility called visudo.&lt;BR /&gt;Keep in mind that you will see products by swlist if they were installed by swinstall as a depot.&lt;BR /&gt;I said so because I installed sudo by tar file by &lt;A href="ftp://ftp.cs.colorado.edu/pub/sudo/" target="_blank"&gt;ftp://ftp.cs.colorado.edu/pub/sudo/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;cd /&lt;SUDO_DIRECTORY&gt;/&lt;BR /&gt;visudo&lt;BR /&gt;&lt;BR /&gt;and insert in the file (for example)&lt;BR /&gt;&lt;BR /&gt;# User privilege specification&lt;BR /&gt;root    ALL=(ALL) ALL&lt;BR /&gt;&lt;USER&gt;   &lt;HOSTNAME&gt;=/usr/sbin/mount&lt;BR /&gt;&lt;BR /&gt;mount is an example.&lt;BR /&gt;This is a simple configuration.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio&lt;BR /&gt;&lt;/HOSTNAME&gt;&lt;/USER&gt;&lt;/SUDO_DIRECTORY&gt;</description>
      <pubDate>Tue, 22 Feb 2005 06:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490655#M214829</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2005-02-22T06:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: creating user with sudo access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490656#M214830</link>
      <description>Darrel,&lt;BR /&gt;&lt;BR /&gt;The location of sudo is in &lt;BR /&gt;/opt/sudo&lt;BR /&gt;/opt/sudo/etc/sudoers/sudoers&lt;BR /&gt;&lt;BR /&gt;How to add the user information in to that file. There are lots of fields in sudoers file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Feb 2005 06:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490656#M214830</guid>
      <dc:creator>Jagadesh_2</dc:creator>
      <dc:date>2005-02-22T06:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: creating user with sudo access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490657#M214831</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can view a comprehensive list of /etc/sudoers file options by issuing the command man sudoers.&lt;BR /&gt;also some examples:&lt;BR /&gt;&lt;A href="http://www.linuxhomenetworking.com/linux-hn/addusers.htm" target="_blank"&gt;http://www.linuxhomenetworking.com/linux-hn/addusers.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It depends what you want the users to run with sudo.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Darrel&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Feb 2005 07:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-user-with-sudo-access/m-p/3490657#M214831</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2005-02-22T07:06:37Z</dc:date>
    </item>
  </channel>
</rss>

