<?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: ADMIN HELP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787691#M78804</link>
    <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Better yet, try a find with -nogroup.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Fri, 16 Aug 2002 11:14:30 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2002-08-16T11:14:30Z</dc:date>
    <item>
      <title>ADMIN HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787688#M78801</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;When I issue a ls -l on one of my systems. I see many users that show a group name as a number. There is about 50gb of very small files on this system. I want to flag all of the files that have a number in the groupid filed. I tried using find -group, however it reads the number as the correct name so it does not show. Any way to do this, I am sure there is, I am just not having much luck.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;-rw-rw-r--   1 lmworld    98           46080 Nov 16  2000 PreferredCare401K October 2000.xls</description>
      <pubDate>Fri, 16 Aug 2002 11:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787688#M78801</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-08-16T11:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: ADMIN HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787689#M78802</link>
      <description>Robert&lt;BR /&gt;&lt;BR /&gt;Apparently there is no group 98 in your /etc/group file.  If you add one with a unique name you could run a find against that unique group name.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 11:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787689#M78802</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T11:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: ADMIN HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787690#M78803</link>
      <description>Hiya,&lt;BR /&gt;&lt;BR /&gt;Try find / -nogroup | xargs ls -ld&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James</description>
      <pubDate>Fri, 16 Aug 2002 11:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787690#M78803</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-08-16T11:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: ADMIN HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787691#M78804</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Better yet, try a find with -nogroup.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 11:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787691#M78804</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T11:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: ADMIN HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787692#M78805</link>
      <description>Yeah, like James said (I should have refreshed before submitting).&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 11:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787692#M78805</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T11:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: ADMIN HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787693#M78806</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Whether of not an entry exists in /etc/group for numeric group 98, "find . -group 98" should work.&lt;BR /&gt;&lt;BR /&gt;If not, would you post your command line and results?&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 16 Aug 2002 11:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787693#M78806</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-08-16T11:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: ADMIN HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787694#M78807</link>
      <description>Thank you,&lt;BR /&gt;I didn't see the -nogroup option.</description>
      <pubDate>Fri, 16 Aug 2002 11:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/admin-help/m-p/2787694#M78807</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-08-16T11:39:11Z</dc:date>
    </item>
  </channel>
</rss>

