<?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 Creating an anonymous user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437194#M5641</link>
    <description>My system was setup without an anonymous user and I have a PC software package that requires an anonymous user (with an uid of -2).&lt;BR /&gt;&lt;BR /&gt;How do I create an anonymous user?</description>
    <pubDate>Wed, 16 Aug 2000 19:31:45 GMT</pubDate>
    <dc:creator>Daivd Gwin</dc:creator>
    <dc:date>2000-08-16T19:31:45Z</dc:date>
    <item>
      <title>Creating an anonymous user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437194#M5641</link>
      <description>My system was setup without an anonymous user and I have a PC software package that requires an anonymous user (with an uid of -2).&lt;BR /&gt;&lt;BR /&gt;How do I create an anonymous user?</description>
      <pubDate>Wed, 16 Aug 2000 19:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437194#M5641</guid>
      <dc:creator>Daivd Gwin</dc:creator>
      <dc:date>2000-08-16T19:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an anonymous user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437195#M5642</link>
      <description>In Unix site?&lt;BR /&gt;See: &lt;A href="http://www.docs.hp.com/dynaweb/hpux11/@Generic__CollectionView" target="_blank"&gt;http://www.docs.hp.com/dynaweb/hpux11/@Generic__CollectionView&lt;/A&gt;&lt;BR /&gt;It has a detailed desctiption about it.</description>
      <pubDate>Wed, 16 Aug 2000 19:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437195#M5642</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-16T19:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an anonymous user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437196#M5643</link>
      <description>you should have a user called nobody (in your /etc/passwd file) if you do not have one and you want to create one, edit the passwd file and add the following line:&lt;BR /&gt;&lt;BR /&gt;nobody:*:-2:60001::/:&lt;BR /&gt;&lt;BR /&gt;actually if you are root, you should be able to do:&lt;BR /&gt;&lt;BR /&gt;echo "nobody:*:-2:60001::/:" &amp;gt;&amp;gt; /etc/passwd to append it to the passwd file.</description>
      <pubDate>Wed, 16 Aug 2000 19:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437196#M5643</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-16T19:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an anonymous user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437197#M5644</link>
      <description>Ooooooh...&lt;BR /&gt;&lt;BR /&gt;Be careful doing that cat. One missing "&amp;gt;" and you will have no password file.&lt;BR /&gt;&lt;BR /&gt;Always back up your password file before making any editing changes to it. I would also prefer to use vipw than vi as this locks /etc/passwd while you are editing it.&lt;BR /&gt;&lt;BR /&gt;The default entries for "nobody" in /etc/passwd and /etc/group at HP-UX 11.X are:&lt;BR /&gt;&lt;BR /&gt;/etc/passwd:&lt;BR /&gt;nobody:*:-2:-2::/:&lt;BR /&gt;&lt;BR /&gt;/etc/group:&lt;BR /&gt;nogroup:*:-2:&lt;BR /&gt;&lt;BR /&gt;I believe this is the same for HP-UX 10.x&lt;BR /&gt;&lt;BR /&gt;Regards,  Trevor&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Aug 2000 10:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437197#M5644</guid>
      <dc:creator>Trevor Dyson</dc:creator>
      <dc:date>2000-08-17T10:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an anonymous user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437198#M5645</link>
      <description>I would second the caution about using echo and appending to the passwd file. I would recommend the use of vipw to edit the password file. It adds two benefits: &lt;BR /&gt;&lt;BR /&gt;- It is easier to type than vi /etc/passwd and a lot easier to type than echo ... &amp;gt;&amp;gt; /etc/passwd&lt;BR /&gt;&lt;BR /&gt;- It locks the passwd file in case some other root user is making changes at the same time.&lt;BR /&gt;&lt;BR /&gt;In all cases, run pwck after making the changes to make sure the passwd file is intact.&lt;BR /&gt;&lt;BR /&gt;If what you actually want is an anonymous ftp account, SAM will do a good job. Go to Networking and Communications -&amp;gt;  Network Services -&amp;gt; Anonymous FTP&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Aug 2000 12:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-an-anonymous-user/m-p/2437198#M5645</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-08-17T12:10:03Z</dc:date>
    </item>
  </channel>
</rss>

