<?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 a File in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517381#M871256</link>
    <description>I would like to compliment the users who answered this question. I had my own round about way of doing it but yours are so much better and easier. I was also impressed with the comment about adding the -i file to a directory where you do not want thing to be removed inadvertantly. I know I have done it.&lt;BR /&gt;Thanks again.  &lt;BR /&gt;</description>
    <pubDate>Tue, 17 Apr 2001 11:58:17 GMT</pubDate>
    <dc:creator>eric stewart</dc:creator>
    <dc:date>2001-04-17T11:58:17Z</dc:date>
    <item>
      <title>Cannot Delete a File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517376#M871251</link>
      <description>How do I delete a file that is named -i ?  I cannot seem to delete it no matter what I do.  Help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 16 Apr 2001 18:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517376#M871251</guid>
      <dc:creator>Peter Maitland</dc:creator>
      <dc:date>2001-04-16T18:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete a File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517377#M871252</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;cd /directory&lt;BR /&gt;rm ./-i</description>
      <pubDate>Mon, 16 Apr 2001 18:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517377#M871252</guid>
      <dc:creator>Wieslaw Krajewski</dc:creator>
      <dc:date>2001-04-16T18:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete a File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517378#M871253</link>
      <description>Hi, try rm -- -i or ls -il to get the inode number and then change into the directory and find . -inum inode_number -exec rm {} \; to get rid of it.  Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Mon, 16 Apr 2001 18:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517378#M871253</guid>
      <dc:creator>Rob Smith</dc:creator>
      <dc:date>2001-04-16T18:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete a File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517379#M871254</link>
      <description>cd to desired directory&lt;BR /&gt;ls -i to get inode_number&lt;BR /&gt;then&lt;BR /&gt;find . -inum inode_number -exec rm {} \;&lt;BR /&gt;that's it.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Apr 2001 18:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517379#M871254</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-04-16T18:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete a File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517380#M871255</link>
      <description>rm -- -i wil work.  Some Administrators will put a file called -i in an important directory to protect it from accidental deletion.</description>
      <pubDate>Mon, 16 Apr 2001 18:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517380#M871255</guid>
      <dc:creator>Dan Bonham</dc:creator>
      <dc:date>2001-04-16T18:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete a File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517381#M871256</link>
      <description>I would like to compliment the users who answered this question. I had my own round about way of doing it but yours are so much better and easier. I was also impressed with the comment about adding the -i file to a directory where you do not want thing to be removed inadvertantly. I know I have done it.&lt;BR /&gt;Thanks again.  &lt;BR /&gt;</description>
      <pubDate>Tue, 17 Apr 2001 11:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517381#M871256</guid>
      <dc:creator>eric stewart</dc:creator>
      <dc:date>2001-04-17T11:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete a File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517382#M871257</link>
      <description>You can also use rm in interactive mode.&lt;BR /&gt;Eg.&lt;BR /&gt;    rm -i ./*&lt;BR /&gt;&lt;BR /&gt;just say y to the file you want to delete.</description>
      <pubDate>Tue, 17 Apr 2001 18:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-delete-a-file/m-p/2517382#M871257</guid>
      <dc:creator>Rajeev Tyagi</dc:creator>
      <dc:date>2001-04-17T18:12:37Z</dc:date>
    </item>
  </channel>
</rss>

