<?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: inode/file information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804358#M82647</link>
    <description>Oops!!!!&lt;BR /&gt;&lt;BR /&gt;For one file:&lt;BR /&gt;&lt;BR /&gt;ls -il filename&lt;BR /&gt;&lt;BR /&gt;Much simpler!</description>
    <pubDate>Wed, 11 Sep 2002 19:32:04 GMT</pubDate>
    <dc:creator>Allan Pincus</dc:creator>
    <dc:date>2002-09-11T19:32:04Z</dc:date>
    <item>
      <title>inode/file information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804354#M82643</link>
      <description>Does HP-UX have an equivalent command to the linux command "stat".  I want to see the inode statistics of a file.  If not does any one have a quick and dirty C program using stat() function that they can give me.&lt;BR /&gt;&lt;BR /&gt;thanks everyone&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Sep 2002 14:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804354#M82643</guid>
      <dc:creator>William Pribble</dc:creator>
      <dc:date>2002-09-11T14:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: inode/file information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804355#M82644</link>
      <description>I came across a version a while back. Don't remember where. I have attached a "shar" save of the executable.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 11 Sep 2002 14:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804355#M82644</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-09-11T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: inode/file information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804356#M82645</link>
      <description>Here is a very simple perl script which will display all the inode fields. You can modify to display any or all of the values listed.&lt;BR /&gt;&lt;BR /&gt;Usage: stat.pl myfile1 myfile2 ....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Sep 2002 15:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804356#M82645</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-09-11T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: inode/file information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804357#M82646</link>
      <description>Here's a command that should generate the list:&lt;BR /&gt;&lt;BR /&gt;find / -print | xargs -i ls -il {}&lt;BR /&gt;&lt;BR /&gt;This will find every file on your system, and print out the inode number and associated information.&lt;BR /&gt;&lt;BR /&gt;You can then redirect the output to a file, or to a sequence of cut commands using awk, or something to get what you need.&lt;BR /&gt;&lt;BR /&gt;I tried it and it works fine, but it's a LONG list!!!&lt;BR /&gt;&lt;BR /&gt;- Allan</description>
      <pubDate>Wed, 11 Sep 2002 19:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804357#M82646</guid>
      <dc:creator>Allan Pincus</dc:creator>
      <dc:date>2002-09-11T19:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: inode/file information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804358#M82647</link>
      <description>Oops!!!!&lt;BR /&gt;&lt;BR /&gt;For one file:&lt;BR /&gt;&lt;BR /&gt;ls -il filename&lt;BR /&gt;&lt;BR /&gt;Much simpler!</description>
      <pubDate>Wed, 11 Sep 2002 19:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-file-information/m-p/2804358#M82647</guid>
      <dc:creator>Allan Pincus</dc:creator>
      <dc:date>2002-09-11T19:32:04Z</dc:date>
    </item>
  </channel>
</rss>

