<?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: Huge files in root dir in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758625#M945035</link>
    <description>I have seen this when the : was missed on an rcp or scp&lt;BR /&gt;command. &lt;BR /&gt;&lt;BR /&gt; scp largefile remotehost&lt;BR /&gt;&lt;BR /&gt;instead of &lt;BR /&gt;&lt;BR /&gt;  scp largfile remotehost:&lt;BR /&gt;&lt;BR /&gt;It dropps the file in the current directory.  Usually &lt;BR /&gt;this is a commandline problem.&lt;BR /&gt;&lt;BR /&gt;Check the shell history for root.&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Jul 2002 13:46:40 GMT</pubDate>
    <dc:creator>Bill Thorsteinson</dc:creator>
    <dc:date>2002-07-08T13:46:40Z</dc:date>
    <item>
      <title>Huge files in root dir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758618#M945028</link>
      <description>I just found that / is 97% full.&lt;BR /&gt;This is obviously no good so looking in there I found two mysterious files. One is a file with the same name as the hostname and another file is the name of our backup server (a sun box). Both these files are nearly 14 MBs. &lt;BR /&gt;Anyone seen this before and is it safe to get rid of them?</description>
      <pubDate>Fri, 05 Jul 2002 17:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758618#M945028</guid>
      <dc:creator>Jim Bonia</dc:creator>
      <dc:date>2002-07-05T17:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Huge files in root dir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758619#M945029</link>
      <description>Well,&lt;BR /&gt;&lt;BR /&gt;Do a file on those filename and see what kind of file this is.&lt;BR /&gt;Ex: file yourhostname. It looks like somebody might have created these files. You can saftly remove it. Or if it has any valuable info then move it to somewhere else.&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA...</description>
      <pubDate>Fri, 05 Jul 2002 17:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758619#M945029</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-07-05T17:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Huge files in root dir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758620#M945030</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can copy this file in another directory if you have space, check the contenst of the file if they are readable (text) and then safely remove these files.&lt;BR /&gt;&lt;BR /&gt;I have not heard of such files.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Fri, 05 Jul 2002 17:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758620#M945030</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-05T17:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Huge files in root dir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758621#M945031</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;Chances are that this is a script or command that was intented to use a hostname as a paramater, but rather wrote it to these filenames.  Of course you'll want to look into it further, by looking at the file dates and such.&lt;BR /&gt;&lt;BR /&gt;I would move these files into another filesystem that has some free space available.  If you don't have the space to work with in another filesystem, then back them up to tape to be sure.  It's always good to have a copy, in the event that there is a real need for these files.&lt;BR /&gt;&lt;BR /&gt;Be sure to take a look at what user created them and determine what they actually are so you can prevent them from being created in the future.  I would try:&lt;BR /&gt;&lt;BR /&gt;file &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;and depending on the results from that:&lt;BR /&gt;&lt;BR /&gt;strings &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;more &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;-Mike&lt;/FILENAME&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Fri, 05 Jul 2002 18:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758621#M945031</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2002-07-05T18:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Huge files in root dir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758622#M945032</link>
      <description>I did as you kindly suggested (file and mv) and now / is back to just over 50%&lt;BR /&gt;&lt;BR /&gt;Thanks to all.&lt;BR /&gt;Jim</description>
      <pubDate>Fri, 05 Jul 2002 18:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758622#M945032</guid>
      <dc:creator>Jim Bonia</dc:creator>
      <dc:date>2002-07-05T18:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Huge files in root dir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758623#M945033</link>
      <description>Mike, it says they are owned by root   system.&lt;BR /&gt;If anything goes out of whack I can copy them back from wher they were moved.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jim</description>
      <pubDate>Fri, 05 Jul 2002 18:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758623#M945033</guid>
      <dc:creator>Jim Bonia</dc:creator>
      <dc:date>2002-07-05T18:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Huge files in root dir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758624#M945034</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes once you copy them to another filesystem you can always restore them back if you require them.&lt;BR /&gt;&lt;BR /&gt;Read the contest of the file thro strings or vi and find out.&lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jul 2002 18:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758624#M945034</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-05T18:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Huge files in root dir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758625#M945035</link>
      <description>I have seen this when the : was missed on an rcp or scp&lt;BR /&gt;command. &lt;BR /&gt;&lt;BR /&gt; scp largefile remotehost&lt;BR /&gt;&lt;BR /&gt;instead of &lt;BR /&gt;&lt;BR /&gt;  scp largfile remotehost:&lt;BR /&gt;&lt;BR /&gt;It dropps the file in the current directory.  Usually &lt;BR /&gt;this is a commandline problem.&lt;BR /&gt;&lt;BR /&gt;Check the shell history for root.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jul 2002 13:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758625#M945035</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-07-08T13:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Huge files in root dir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758626#M945036</link>
      <description>Did you do an "fuser" on the file to see if the file was opened by some process?&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Mon, 08 Jul 2002 14:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/huge-files-in-root-dir/m-p/2758626#M945036</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-07-08T14:31:47Z</dc:date>
    </item>
  </channel>
</rss>

