<?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: user creation in RHEL in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616151#M40437</link>
    <description>you want to give permission for some time or forever.....&lt;BR /&gt;in second case as described install/configure sudo or install some 3rd party software like powerbroker.&lt;BR /&gt;&lt;BR /&gt;If for smtime and you can put its user id as 0 in etc/passwd, and it would do everything a root can do.&lt;BR /&gt;lil scary though ;)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
    <pubDate>Tue, 13 Apr 2010 04:33:48 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2010-04-13T04:33:48Z</dc:date>
    <item>
      <title>user creation in RHEL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616149#M40435</link>
      <description>i want to create user account &amp;amp;  iwould like to give acess this user as root user in RHEL5... &lt;BR /&gt;&lt;BR /&gt;Pls help</description>
      <pubDate>Mon, 12 Apr 2010 21:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616149#M40435</guid>
      <dc:creator>smkhairnar</dc:creator>
      <dc:date>2010-04-12T21:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: user creation in RHEL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616150#M40436</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;create the user as root&lt;BR /&gt;&lt;BR /&gt;useradd -d /home/user user&lt;BR /&gt;&lt;BR /&gt;then as root run:&lt;BR /&gt;visudo or vi /etc/sudoers&lt;BR /&gt;&lt;BR /&gt;in the file you will see&lt;BR /&gt;root ALL=(ALL) ALL&lt;BR /&gt;&lt;BR /&gt;add a line below that line that has&lt;BR /&gt;user ALL=(ALL) ALL&lt;BR /&gt;&lt;BR /&gt;* replace "user" with the username you want.&lt;BR /&gt;&lt;BR /&gt;then when you want to do some admin level work you would just use sudo before the command.&lt;BR /&gt;&lt;BR /&gt;another solution is if you know the root pass, you could use su - or su -c "command for execute "&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Tue, 13 Apr 2010 04:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616150#M40436</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-04-13T04:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: user creation in RHEL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616151#M40437</link>
      <description>you want to give permission for some time or forever.....&lt;BR /&gt;in second case as described install/configure sudo or install some 3rd party software like powerbroker.&lt;BR /&gt;&lt;BR /&gt;If for smtime and you can put its user id as 0 in etc/passwd, and it would do everything a root can do.&lt;BR /&gt;lil scary though ;)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Tue, 13 Apr 2010 04:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616151#M40437</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-04-13T04:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: user creation in RHEL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616152#M40438</link>
      <description>You can use this command to create a new user which same as root...&lt;BR /&gt;useradd -o -u 0 -g 0 newname&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2010 07:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616152#M40438</guid>
      <dc:creator>Ricky_HK</dc:creator>
      <dc:date>2010-04-13T07:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: user creation in RHEL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616153#M40439</link>
      <description>If going the UID of zero route you might as well just give them the password for root as there would be no difference and no auditing.&lt;BR /&gt;&lt;BR /&gt;the passwd file acts as a lookup table..  any entries or files for "joe" with uid of zero will show up as root.&lt;BR /&gt;&lt;BR /&gt;This only confuses things more.  have one root and only one ... "one ring to control them all"&lt;BR /&gt;&lt;BR /&gt;sudo is the way to go if you are looking for autditing and accountability&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2010 12:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616153#M40439</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-13T12:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: user creation in RHEL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616154#M40440</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;best way is to give it thru sudo; dont make the id as 0.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Vipul</description>
      <pubDate>Wed, 14 Apr 2010 09:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616154#M40440</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2010-04-14T09:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: user creation in RHEL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616155#M40441</link>
      <description>Hi smkhairnar,&lt;BR /&gt;&lt;BR /&gt;Creating another root user can be a security risk. Root has a UID of zero in /etc/passwd. This means absolute control over the system for the root user. You can set any user id to 0 (zero) to grant unlimited permissions provided that you login as root.&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Mon, 19 Apr 2010 06:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616155#M40441</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2010-04-19T06:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: user creation in RHEL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616156#M40442</link>
      <description>cp -p /etc/passwd /etc/passwd.todaydate&lt;BR /&gt;vi /etc/passwd&lt;BR /&gt;&lt;BR /&gt;"replace the user's u ID by 0"&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;*Here xyz is the username&lt;BR /&gt;&lt;BR /&gt;xyz:!:1234:71022::/home/xyz:/usr/bin/ksh&lt;BR /&gt;xyz:!:0:71022::/home/xyz:/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2010 12:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616156#M40442</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-04-19T12:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: user creation in RHEL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616157#M40443</link>
      <description>bullz,&lt;BR /&gt;That comcept is exactly what we're trying to advise smkhairnar NOT do.&lt;BR /&gt;&lt;BR /&gt;Multiple UID 0 accounts are a terrible security and stability risk.  At the very least, it provides hackers with extra opportunities to guess a root-level password.&lt;BR /&gt;&lt;BR /&gt;It would be a lesser evil for multiple SysAdmins to share a single common root password than to have multiple root-level (UID 0) accounts.&lt;BR /&gt;&lt;BR /&gt;Also, some programs lookup a login name using the UID.  Non-unique UIDs will likely confuse those programs, e.g. may return first/random/incorrect username.</description>
      <pubDate>Mon, 19 Apr 2010 15:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616157#M40443</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2010-04-19T15:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: user creation in RHEL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616158#M40444</link>
      <description>simple&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;useradd -o -u 0 -d /home/samy/ samy</description>
      <pubDate>Tue, 20 Apr 2010 20:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/user-creation-in-rhel/m-p/4616158#M40444</guid>
      <dc:creator>Arockiasamy</dc:creator>
      <dc:date>2010-04-20T20:59:44Z</dc:date>
    </item>
  </channel>
</rss>

