<?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 system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097255#M311364</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you truly want to confine yourself to the '/' filesystem and not visit mountpoints subordinate to it (e.g. /tmp, /var) then you must add the '-x' switch:&lt;BR /&gt;&lt;BR /&gt;# du -xk / | sort -k1,1nr | more &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 05 Nov 2007 09:16:24 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-11-05T09:16:24Z</dc:date>
    <item>
      <title>File system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097250#M311359</link>
      <description>To check the disk space, &lt;BR /&gt;to check the /tmp, the following command #du -sk *|sort -nr|more.&lt;BR /&gt;&lt;BR /&gt;But for / file system it does not work, &lt;BR /&gt;can you suggest me command to to sort the file or folder with greater size.</description>
      <pubDate>Mon, 05 Nov 2007 08:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097250#M311359</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2007-11-05T08:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: File system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097251#M311360</link>
      <description>Doesn't work?&lt;BR /&gt;&lt;BR /&gt;Works for me:&lt;BR /&gt;&lt;BR /&gt;root@sha1 [ / ]&lt;BR /&gt;# du -sk * |sort -n&lt;BR /&gt;0       SD_CDROM&lt;BR /&gt;0       bin&lt;BR /&gt;0       dvdrom&lt;BR /&gt;0       lib&lt;BR /&gt;0       lost+found&lt;BR /&gt;0       mnt&lt;BR /&gt;0       mnt-aix&lt;BR /&gt;0       net&lt;BR /&gt;0       sha1_xpinfo.csv&lt;BR /&gt;0       users&lt;BR /&gt;0       {print $2}&lt;BR /&gt;8       mapfile&lt;BR /&gt;8       sha1.err&lt;BR /&gt;8       sha1_xpinfo.txt&lt;BR /&gt;8       zmnt&lt;BR /&gt;8       zzz&lt;BR /&gt;100     dev&lt;BR /&gt;128     sha1.txt&lt;BR /&gt;144     sha1.html&lt;BR /&gt;139992  sbin&lt;BR /&gt;184856  etc&lt;BR /&gt;217720  tmp&lt;BR /&gt;268008  stand&lt;BR /&gt;1063160 home&lt;BR /&gt;3656416 var&lt;BR /&gt;4675736 opt&lt;BR /&gt;7918144 usr&lt;BR /&gt;15207316        v00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 05 Nov 2007 09:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097251#M311360</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-11-05T09:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: File system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097252#M311361</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# du -kx | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;# find / -type f | -size +10000 -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 05 Nov 2007 09:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097252#M311361</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-11-05T09:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: File system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097253#M311362</link>
      <description>du -sx *|sort -nr|more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hasan</description>
      <pubDate>Mon, 05 Nov 2007 09:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097253#M311362</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-11-05T09:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: File system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097254#M311363</link>
      <description>Hiya,&lt;BR /&gt;&lt;BR /&gt;Because you pipe to sort and more, the output will only show when the complete command has completed. &lt;BR /&gt;&lt;BR /&gt;On the / filesystem this may take a quite a while, depending on your system.. but it should work.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Wout</description>
      <pubDate>Mon, 05 Nov 2007 09:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097254#M311363</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2007-11-05T09:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: File system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097255#M311364</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you truly want to confine yourself to the '/' filesystem and not visit mountpoints subordinate to it (e.g. /tmp, /var) then you must add the '-x' switch:&lt;BR /&gt;&lt;BR /&gt;# du -xk / | sort -k1,1nr | more &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 05 Nov 2007 09:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4097255#M311364</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-05T09:16:24Z</dc:date>
    </item>
  </channel>
</rss>

