<?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: Is root the only user to create users or change passwords of others in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540824#M17475</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sudo is your friend (man sudo, man sudoers).&lt;BR /&gt;&lt;BR /&gt;Good lcuk.&lt;BR /&gt;Kodjo</description>
    <pubDate>Mon, 09 May 2005 17:46:56 GMT</pubDate>
    <dc:creator>Kodjo Agbenu</dc:creator>
    <dc:date>2005-05-09T17:46:56Z</dc:date>
    <item>
      <title>Is root the only user to create users or change passwords of others</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540823#M17474</link>
      <description>Is it possible that I can have a user other than "root", which will be used by another guy, who can help me to manage users, such as create another users, change their password, etc... ?&lt;BR /&gt;&lt;BR /&gt;Thanks !</description>
      <pubDate>Mon, 09 May 2005 17:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540823#M17474</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2005-05-09T17:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is root the only user to create users or change passwords of others</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540824#M17475</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sudo is your friend (man sudo, man sudoers).&lt;BR /&gt;&lt;BR /&gt;Good lcuk.&lt;BR /&gt;Kodjo</description>
      <pubDate>Mon, 09 May 2005 17:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540824#M17475</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2005-05-09T17:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is root the only user to create users or change passwords of others</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540825#M17476</link>
      <description>&lt;BR /&gt;use sudo if you want to give rights for users to run a particular application in root access&lt;BR /&gt;&lt;BR /&gt;use file permissions(user/group) to give rights for users to access a particular file&lt;BR /&gt;&lt;BR /&gt;use sticky executable bit permission to run a particular application with root access&lt;BR /&gt;&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 10 May 2005 00:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540825#M17476</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-10T00:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is root the only user to create users or change passwords of others</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540826#M17477</link>
      <description>Use sudo for the command /usr/sbin/vipw&lt;BR /&gt;but do man vipw first.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 10 May 2005 05:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540826#M17477</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-05-10T05:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is root the only user to create users or change passwords of others</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540827#M17478</link>
      <description>You can authorize other users to do it with sudo.&lt;BR /&gt;&lt;BR /&gt;You can have more than one root user, but that is a really, bad idea from the security standpoint.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 May 2005 07:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540827#M17478</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-10T07:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is root the only user to create users or change passwords of others</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540828#M17479</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Well by this time you should have had the solution since others have already mentioned&lt;BR /&gt;&lt;BR /&gt;It is a bad idea to have another root equivalent id(security risk)&lt;BR /&gt;sudo(root brokering tool) can give root access.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Tue, 10 May 2005 11:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540828#M17479</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-05-10T11:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is root the only user to create users or change passwords of others</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540829#M17480</link>
      <description>sudo is your tool as everyone else already said. Just remember the /etc/sudoers file MUST be edited with the 'visudo' command as root. /etc/sudoers  has the list of who can run what.&lt;BR /&gt;&lt;BR /&gt;Add something like this:&lt;BR /&gt;&lt;BR /&gt;User_Alias usermgt = user1, user2&lt;BR /&gt;&lt;BR /&gt;Cmnd_Alias USERMGT = /usr/bin/chfn, /usr/bin/chsh, /usr/bin/passwd, /usr/sbin/groupadd, /usr/sbin/groupdel, /usr/sbin/groupmod, /usr/sbin/useradd, /usr/sbin/usermod&lt;BR /&gt;(note that the above should be one line; also I just picked some commands, you might want to cusomize the list per your requirements)&lt;BR /&gt;&lt;BR /&gt;accmgt ALL = USERMGT&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 19:00:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540829#M17480</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-05-11T19:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is root the only user to create users or change passwords of others</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540830#M17481</link>
      <description>A good use of restricted SAM can be of help&lt;BR /&gt;Sudo is a third party ( shareware ) software not supported by HP.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Devesh</description>
      <pubDate>Wed, 11 May 2005 23:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540830#M17481</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-05-11T23:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is root the only user to create users or change passwords of others</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540831#M17482</link>
      <description>Devesh,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; A good use of restricted SAM can be of help&lt;BR /&gt;This is the LINUX forum man. Not HPUX.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Sudo is a third party ( shareware ) software&lt;BR /&gt;Sudo is FREE software. And btw, third party software is not the same as shareware.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; not supported by HP.&lt;BR /&gt;Are you talking about HPUX?&lt;BR /&gt;&lt;BR /&gt;I think a good 90% if not more of all Linux installations out there have sudo installed.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ross&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 00:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-root-the-only-user-to-create-users-or-change-passwords-of/m-p/3540831#M17482</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-05-12T00:26:35Z</dc:date>
    </item>
  </channel>
</rss>

