<?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: Cannot delete file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038106#M432285</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Note the inode of file by using command&lt;BR /&gt;ls -li &lt;BR /&gt;&lt;BR /&gt;then use following to delete the file&lt;BR /&gt;&lt;BR /&gt;#  rm `ls -li|awk '$1 == &lt;INODE&gt; {print $10}'`&lt;BR /&gt;&lt;BR /&gt;Thats all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise use Steven's method.&lt;/INODE&gt;</description>
    <pubDate>Wed, 04 Apr 2007 02:13:18 GMT</pubDate>
    <dc:creator>SANTOSH S. MHASKAR</dc:creator>
    <dc:date>2007-04-04T02:13:18Z</dc:date>
    <item>
      <title>Cannot delete file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038099#M432278</link>
      <description>I have a file that I'd like to delete that has weird characters in it.  The exact name is ?^?^?^?^?^?^?^?^?^ and it exists in root.  The owner is root and the group is sys.  I don't know how it got there or if something is corrupted.  Can someone help?</description>
      <pubDate>Tue, 03 Apr 2007 21:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038099#M432278</guid>
      <dc:creator>GraceO</dc:creator>
      <dc:date>2007-04-03T21:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038100#M432279</link>
      <description>One more thing, the file does not appear when doing an ll command, but does with an ll | more.</description>
      <pubDate>Tue, 03 Apr 2007 21:14:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038100#M432279</guid>
      <dc:creator>GraceO</dc:creator>
      <dc:date>2007-04-03T21:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038101#M432280</link>
      <description>You might try something like "rm -i *", and&lt;BR /&gt;get ready to say "n" repeatedly.  It's that,&lt;BR /&gt;or quote the weird name characters&lt;BR /&gt;appropriately.&lt;BR /&gt;&lt;BR /&gt;Normally, I'd also suggest CTRL/C after you&lt;BR /&gt;get the thing deleted using "rm -i *", but&lt;BR /&gt;this is HP-UX, so it's always a mystery to&lt;BR /&gt;me which key does an interrupt.  ("stty -a"&lt;BR /&gt;says, of course.)&lt;BR /&gt;&lt;BR /&gt;(I assume that it's the file's _name_ that&lt;BR /&gt;has weird characters in it, not the file.)</description>
      <pubDate>Tue, 03 Apr 2007 21:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038101#M432280</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-04-03T21:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038102#M432281</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# ls -i&lt;BR /&gt;&lt;BR /&gt;note the i-node number of the file&lt;BR /&gt;&lt;BR /&gt;# find . -inum xxx -xdev -exec mv {}; /tmp/GraceO.ymp&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 04 Apr 2007 00:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038102#M432281</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2007-04-04T00:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038103#M432282</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you have access through a graphics console or ftp software, you can try to rename it a more readable name and perform further analysis on the file characteristics.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 04 Apr 2007 00:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038103#M432282</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-04-04T00:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038104#M432283</link>
      <description>This is a file with DEL chars.&lt;BR /&gt;&lt;BR /&gt;If you use ll -b, you will see them as escapes.  With my stty settings of ^H for erase, that is a regular char for me:&lt;BR /&gt;$ touch ^?&lt;BR /&gt;$ ll -b ^?&lt;BR /&gt;-rw-rw-r--   0 Apr  3 23:31 \177</description>
      <pubDate>Wed, 04 Apr 2007 01:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038104#M432283</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-04-04T01:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038105#M432284</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;Rename the file and check the attributes and delete the file if it not works try to boot it in a single user mode and delete the file.</description>
      <pubDate>Wed, 04 Apr 2007 01:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038105#M432284</guid>
      <dc:creator>Jollyjet</dc:creator>
      <dc:date>2007-04-04T01:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038106#M432285</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Note the inode of file by using command&lt;BR /&gt;ls -li &lt;BR /&gt;&lt;BR /&gt;then use following to delete the file&lt;BR /&gt;&lt;BR /&gt;#  rm `ls -li|awk '$1 == &lt;INODE&gt; {print $10}'`&lt;BR /&gt;&lt;BR /&gt;Thats all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise use Steven's method.&lt;/INODE&gt;</description>
      <pubDate>Wed, 04 Apr 2007 02:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038106#M432285</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2007-04-04T02:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038107#M432286</link>
      <description>Wow!  So many options.  I'll read carefully through them all and see which to try first.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone!</description>
      <pubDate>Wed, 04 Apr 2007 13:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-file/m-p/5038107#M432286</guid>
      <dc:creator>GraceO</dc:creator>
      <dc:date>2007-04-04T13:01:45Z</dc:date>
    </item>
  </channel>
</rss>

