<?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: ls -l  file corrupt, cannot remove in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797073#M941083</link>
    <description>If you do an ls -b, the non-ascii characters will be displayed in octal; you probably have control-characters embedded in the file name.&lt;BR /&gt;&lt;BR /&gt;You can do a rm -i * and you will be prompted (y or n) to remove each file. After you have removed the suspect file by tying 'y' then interupt the rm command (probably via ctrl-c) at the next file prompt to exit rm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Aug 2002 19:48:18 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-08-29T19:48:18Z</dc:date>
    <item>
      <title>ls -l  file corrupt, cannot remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797072#M941082</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have a file that appears to be corrupted because when I do a "ls" it lists all files under the directory but when I do a "ls -la" it says certain files are not found. I try to remove it with a "rm -f" and with double quotation with no luck. How can I get rid of it?</description>
      <pubDate>Thu, 29 Aug 2002 19:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797072#M941082</guid>
      <dc:creator>GTENCSS</dc:creator>
      <dc:date>2002-08-29T19:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l  file corrupt, cannot remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797073#M941083</link>
      <description>If you do an ls -b, the non-ascii characters will be displayed in octal; you probably have control-characters embedded in the file name.&lt;BR /&gt;&lt;BR /&gt;You can do a rm -i * and you will be prompted (y or n) to remove each file. After you have removed the suspect file by tying 'y' then interupt the rm command (probably via ctrl-c) at the next file prompt to exit rm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 19:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797073#M941083</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-29T19:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l  file corrupt, cannot remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797074#M941084</link>
      <description>You should probably do an "fsck" on the file system to be safe. There may be more corruption than just a file name.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Thu, 29 Aug 2002 19:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797074#M941084</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-29T19:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l  file corrupt, cannot remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797075#M941085</link>
      <description>after "rm -i" for interactive, it would come back with rm:cannot stat filename: Function is not available&lt;BR /&gt;&lt;BR /&gt;Other messages for other files are:&lt;BR /&gt;rm:cannot stat filename: No such device or address</description>
      <pubDate>Thu, 29 Aug 2002 19:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797075#M941085</guid>
      <dc:creator>GTENCSS</dc:creator>
      <dc:date>2002-08-29T19:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l  file corrupt, cannot remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797076#M941086</link>
      <description>In that case, it's define time to run fsck. If this is a vxfs filesystems then you almost certainly want to run the -o full,nolog options.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 19:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797076#M941086</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-29T19:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l  file corrupt, cannot remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797077#M941087</link>
      <description>Do "ls -la" and redirect it to a file. Then edit that file to find out the culprit one. And then write rm -r before that file and execute that file.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Thu, 29 Aug 2002 19:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-file-corrupt-cannot-remove/m-p/2797077#M941087</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-08-29T19:58:31Z</dc:date>
    </item>
  </channel>
</rss>

