<?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: Worst thing! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998782#M126010</link>
    <description>Bad luck! If you have a backup copy, you can restore /etc/passwd from the last set. Always, give device file names after "f" option with tar. Also, for testing never use any system specific files. Create your own folder in /home or /tmp and create your own files. This way you will never screw the system. Also, for any reason if you intent to change a system file or to play with it, make a copy first.&lt;BR /&gt;&lt;BR /&gt;Just some thoughts ..</description>
    <pubDate>Mon, 16 Jun 2003 17:45:07 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2003-06-16T17:45:07Z</dc:date>
    <item>
      <title>Worst thing!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998780#M126008</link>
      <description>Wanted to test a tape drive read/write test. Logged in to the NIS master server, I entered this command,&lt;BR /&gt;&lt;BR /&gt;tar cvf /etc/passwd /dev/rmt/0m.&lt;BR /&gt;&lt;BR /&gt;Just before that, I was working in a DOS command window, &lt;BR /&gt;copy &lt;SOURCE&gt; &lt;DESTINATION&gt;&lt;BR /&gt;&lt;BR /&gt;And I got so many problem tickets that day. &lt;BR /&gt;Phone calls too!!!&lt;BR /&gt;&lt;BR /&gt;Raj&lt;BR /&gt;&lt;/DESTINATION&gt;&lt;/SOURCE&gt;</description>
      <pubDate>Mon, 16 Jun 2003 17:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998780#M126008</guid>
      <dc:creator>Rajkumar Basuveswaran</dc:creator>
      <dc:date>2003-06-16T17:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Worst thing!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998781#M126009</link>
      <description>Bummer, man.  Sorry 'bout that.&lt;BR /&gt;&lt;BR /&gt;On the bright side, at least you archived your tape drive :-)</description>
      <pubDate>Mon, 16 Jun 2003 17:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998781#M126009</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-06-16T17:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Worst thing!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998782#M126010</link>
      <description>Bad luck! If you have a backup copy, you can restore /etc/passwd from the last set. Always, give device file names after "f" option with tar. Also, for testing never use any system specific files. Create your own folder in /home or /tmp and create your own files. This way you will never screw the system. Also, for any reason if you intent to change a system file or to play with it, make a copy first.&lt;BR /&gt;&lt;BR /&gt;Just some thoughts ..</description>
      <pubDate>Mon, 16 Jun 2003 17:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998782#M126010</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-06-16T17:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Worst thing!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998783#M126011</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Bad luck, if you have backup so no problem&lt;BR /&gt;if not do you have NIS slave server than&lt;BR /&gt;take the data from him&lt;BR /&gt;Otherwise you will need to do all from begin&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Mon, 16 Jun 2003 18:46:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998783#M126011</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-16T18:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Worst thing!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998784#M126012</link>
      <description>&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x427f85079106d71190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x427f85079106d71190050090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Mon, 16 Jun 2003 21:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998784#M126012</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-06-16T21:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Worst thing!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998785#M126013</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Next time try:&lt;BR /&gt;&lt;BR /&gt;tar -tvf (instead cvf)&lt;BR /&gt;&lt;BR /&gt;and test the read/write with a dumb file:&lt;BR /&gt;&lt;BR /&gt;ls -l &amp;gt; test_file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now, in your case, only a backup can help you, or if the /etc/passwd wan??t so big you can created the users again from the scratch and after send a email to all in order to change the password.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ricardo Bassoi&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2003 21:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/worst-thing/m-p/2998785#M126013</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2003-06-16T21:36:39Z</dc:date>
    </item>
  </channel>
</rss>

