<?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: file not found in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352054#M565935</link>
    <description>That means you sat that ls and ls -al command output for a particular fle is different. I mean it will show in ls command and not in ls -al. FYI only one file is there in that directory.&lt;BR /&gt;&lt;BR /&gt;2. What does tool_stat.txt do?</description>
    <pubDate>Wed, 04 Feb 2009 22:57:40 GMT</pubDate>
    <dc:creator>Avijit Sahoo</dc:creator>
    <dc:date>2009-02-04T22:57:40Z</dc:date>
    <item>
      <title>file not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352052#M565933</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a doubt in ls command.&lt;BR /&gt;In '/var/stm/logs' directory, When i run 'ls -al' : all dir and files are showing but it says tool_stat.txt is not found.&lt;BR /&gt;&lt;BR /&gt;Again I run only 'ls' command under the same directory, all are shown inclusing the tool_stat.txt file.&lt;BR /&gt;&lt;BR /&gt;Please clarify my doubt, why is it so? &lt;BR /&gt;&lt;BR /&gt;What does tool_stat.txt file do?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Wed, 04 Feb 2009 22:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352052#M565933</guid>
      <dc:creator>Avijit Sahoo</dc:creator>
      <dc:date>2009-02-04T22:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: file not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352053#M565934</link>
      <description>There may be some non-printable characters in the file name.&lt;BR /&gt;&lt;BR /&gt;Try running:&lt;BR /&gt;&lt;BR /&gt;# ls -lb &lt;BR /&gt;&lt;BR /&gt;And see what shows up.</description>
      <pubDate>Wed, 04 Feb 2009 22:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352053#M565934</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-02-04T22:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: file not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352054#M565935</link>
      <description>That means you sat that ls and ls -al command output for a particular fle is different. I mean it will show in ls command and not in ls -al. FYI only one file is there in that directory.&lt;BR /&gt;&lt;BR /&gt;2. What does tool_stat.txt do?</description>
      <pubDate>Wed, 04 Feb 2009 22:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352054#M565935</guid>
      <dc:creator>Avijit Sahoo</dc:creator>
      <dc:date>2009-02-04T22:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: file not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352055#M565936</link>
      <description>&amp;gt;When I run 'll -a': all dir and files are showing but it says tool_stat.txt is not found.&lt;BR /&gt;&amp;gt;I run only 'ls' command under the same directory, all are shown including the tool_stat.txt file.&lt;BR /&gt;&lt;BR /&gt;ll(1) does a stat(2) on each file.  So if there is something wrong with tool_stat.txt, you'll see it.  If your directory has read but not execute access, you can see the files with ls(1) but not ll(1) but you said you saw other files.&lt;BR /&gt;&lt;BR /&gt;So you could try cksum on tool_stat.txt.</description>
      <pubDate>Thu, 05 Feb 2009 04:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352055#M565936</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-05T04:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: file not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352056#M565937</link>
      <description>tool_stat.txt shows the tools Statistics on how many time the tools have been run and when was the last time it was run&lt;BR /&gt;&lt;BR /&gt;I tried to simulate the same in our LAB server&lt;BR /&gt;&lt;BR /&gt;#ls -la&lt;BR /&gt;total 144&lt;BR /&gt;..&lt;BR /&gt;..-rw-r--r--   1 root       sys            763 Jan  8 13:23 conlog.log&lt;BR /&gt;drwxr-xr-x   2 root       root            96 Jan  8 03:54 decode&lt;BR /&gt;drwxr-xr-x   2 root       other           96 Feb  1 19:51 monitor&lt;BR /&gt;drwxr-xr-x   2 root       root          8192 Feb  1 19:50 os&lt;BR /&gt;drwxr-xr-x   2 root       sys             96 Feb  1 19:41 sys&lt;BR /&gt;-rw-------   1 root       root              0 Feb  1 20:54 tool_stat.txt&lt;BR /&gt;..&lt;BR /&gt;..&lt;BR /&gt;&lt;BR /&gt;#ls -al tool_stat.txt&lt;BR /&gt;tool_stat.txt not found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#ls -al tool_stat.txt*&lt;BR /&gt;-rw-------   1 root       root              0 Feb  1 20:54 tool_stat.txt&lt;BR /&gt;&lt;BR /&gt;#ls -bl tool_stat.txt*&lt;BR /&gt;-rw-------   1 root       root              0 Feb  1 20:54 tool_stat.txt\032&lt;BR /&gt;&lt;BR /&gt;You could see \032 added which is ^Z.&lt;BR /&gt;&lt;BR /&gt;You could try to move the file via&lt;BR /&gt;&lt;BR /&gt;#mv tool_stat.txt* tool_stat.txt&lt;BR /&gt;#ll tool_stat.txt&lt;BR /&gt;# ls tool_stat.txt&lt;BR /&gt;&lt;BR /&gt;Also note the permission of tool_stat.txt is&lt;BR /&gt;&lt;BR /&gt;-rw-rw-rw-   1 root root&lt;BR /&gt;&lt;BR /&gt;PS: Please assign points if you find your answers</description>
      <pubDate>Thu, 05 Feb 2009 07:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352056#M565937</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-02-05T07:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: file not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352057#M565938</link>
      <description>If the filename has unprintable characters in it you can also move it with the following procedure:&lt;BR /&gt;&lt;BR /&gt;$ ls -i /var/stm/logs&lt;BR /&gt;  6341 conlog.log         6336 monitor            6342 pvsuinitlog       39368 tool_stat.txt      6411 ui_activity_log&lt;BR /&gt; 32287 decode             6403 os                 6343 sys                6348 tools             32318 utilities&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will give you the inode number of tool_stat.txt&lt;BR /&gt;&lt;BR /&gt;In this example it is 39368&lt;BR /&gt;&lt;BR /&gt;Then run&lt;BR /&gt;&lt;BR /&gt;find /var/sym/logs -inum 39368 -exec mv {} tools_stat.txt +&lt;BR /&gt;&lt;BR /&gt;This will move the file for you.</description>
      <pubDate>Thu, 05 Feb 2009 11:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-not-found/m-p/4352057#M565938</guid>
      <dc:creator>bright image</dc:creator>
      <dc:date>2009-02-05T11:27:45Z</dc:date>
    </item>
  </channel>
</rss>

