<?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: Filesystem problem? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664647#M242647</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Login to the system though ftp with root user. at th prompt change to the dir "/u02/app/DEV50/rms/forms&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt;cd /u02/app/DEV50/rms/forms&lt;BR /&gt;ftp&amp;gt;ls -l&lt;BR /&gt;ftp&amp;gt;rm *bin*&lt;BR /&gt;ftp&amp;gt;bye&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sunil</description>
    <pubDate>Fri, 04 Nov 2005 12:43:22 GMT</pubDate>
    <dc:creator>Sยภเl Kย๓คг</dc:creator>
    <dc:date>2005-11-04T12:43:22Z</dc:date>
    <item>
      <title>Filesystem problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664643#M242643</link>
      <description>I noticed that there are 3 "bin" under the directory, 2 "bin"s are file, 1 "bin" is directory, why? and how can i get rid of those 2 file "bin"? &lt;BR /&gt;Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;# pwd&lt;BR /&gt;/u02/app/DEV50/rms/forms&lt;BR /&gt;# ll&lt;BR /&gt;total 1868&lt;BR /&gt;drwxrwxr-x   2 oracle     rms          16384 Nov  3 08:17 bin&lt;BR /&gt;-rw-rw-r--   1 johnso_b   staff       407244 Sep 29 09:18 bin&lt;BR /&gt;-rw-rw-r--   1 johnso_b   staff       504488 Nov  3 08:16 bin&lt;BR /&gt;&lt;BR /&gt;# rm bin&lt;BR /&gt;rm: bin non-existent&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 10:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664643#M242643</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2005-11-04T10:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664644#M242644</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I suspect the filenames actuall contain some non-graphic charcters.  You can expose them with 'ls -lb' to show their octal notation.&lt;BR /&gt;&lt;BR /&gt;An easy way to remove them is to identify their inode ('ls -li').  Note the inode number and do:&lt;BR /&gt;&lt;BR /&gt;# cd /u02/app/DEV50/rms/forms&lt;BR /&gt;# find . -inum &lt;NUMBER&gt; -exec rm -i {} \;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/NUMBER&gt;</description>
      <pubDate>Fri, 04 Nov 2005 10:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664644#M242644</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-04T10:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664645#M242645</link>
      <description>Thanks!&lt;BR /&gt;Yes, that's because of non-graphic charcters!&lt;BR /&gt;I can see those chars with ftp client, but not putty.</description>
      <pubDate>Fri, 04 Nov 2005 10:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664645#M242645</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2005-11-04T10:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664646#M242646</link>
      <description>These filenames probably have unprintable characters embedded in them. Do an ls -b to display those characters. You can then probably do something like rm -i *bi* and answer 'y' for every matching filename that you want to delete and 'n' for those you want to keep.</description>
      <pubDate>Fri, 04 Nov 2005 10:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664646#M242646</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-04T10:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664647#M242647</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Login to the system though ftp with root user. at th prompt change to the dir "/u02/app/DEV50/rms/forms&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt;cd /u02/app/DEV50/rms/forms&lt;BR /&gt;ftp&amp;gt;ls -l&lt;BR /&gt;ftp&amp;gt;rm *bin*&lt;BR /&gt;ftp&amp;gt;bye&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sunil</description>
      <pubDate>Fri, 04 Nov 2005 12:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-problem/m-p/3664647#M242647</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2005-11-04T12:43:22Z</dc:date>
    </item>
  </channel>
</rss>

