<?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: Identifying user / group privilages from command line in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863756#M751829</link>
    <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;Help me out in this. I have a user "A" belonging to group "G1" on Server 1. I want to create another user "B" belonging to group "G2" on Server 2 making sure that all directories that group "G1" has access to Server 1, also, group "G2" must have access to same set of directories/files on Server 2.&lt;BR /&gt;&lt;BR /&gt;How can I determine which all access group G1 has on Server 1 so that I can have the same set of setup on Server 2.&lt;BR /&gt;&lt;BR /&gt;Hope this's not confusing.&lt;BR /&gt;&lt;BR /&gt;Thankx</description>
    <pubDate>Fri, 13 Dec 2002 06:38:24 GMT</pubDate>
    <dc:creator>Sanjay Verma</dc:creator>
    <dc:date>2002-12-13T06:38:24Z</dc:date>
    <item>
      <title>Identifying user / group privilages from command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863749#M751822</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;Is there any command which I can execute (not as a root but as a normal user) to identify which privilages belongs to a particular user. In other words, all privilages belonging to a specific group?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sanjay</description>
      <pubDate>Fri, 13 Dec 2002 05:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863749#M751822</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-12-13T05:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying user / group privilages from command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863750#M751823</link>
      <description>Hi,&lt;BR /&gt;Is "getprivgrp" what you are looking for ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Fri, 13 Dec 2002 05:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863750#M751823</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-12-13T05:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying user / group privilages from command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863751#M751824</link>
      <description>There is no one command that does this.&lt;BR /&gt;&lt;BR /&gt;Have a look at &lt;BR /&gt;id&lt;BR /&gt;groups&lt;BR /&gt;logname&lt;BR /&gt;finger&lt;BR /&gt;&lt;BR /&gt;There are man pages for each of these.</description>
      <pubDate>Fri, 13 Dec 2002 05:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863751#M751824</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-12-13T05:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying user / group privilages from command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863752#M751825</link>
      <description>Hey Tom,&lt;BR /&gt;&lt;BR /&gt;I would like to know which directories or other privilages a specific user have.&lt;BR /&gt;&lt;BR /&gt;Regards, Sanjay</description>
      <pubDate>Fri, 13 Dec 2002 05:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863752#M751825</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-12-13T05:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying user / group privilages from command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863753#M751826</link>
      <description>You can use the find command to find their files/directories.&lt;BR /&gt;&lt;BR /&gt;e.g&lt;BR /&gt;# find /home -type f -user fred -print | xargs ll&lt;BR /&gt;# find /home -type d -user fred -print | xargs ll&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Dec 2002 05:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863753#M751826</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-12-13T05:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying user / group privilages from command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863754#M751827</link>
      <description>Hi Michael / Tom,&lt;BR /&gt;&lt;BR /&gt;What about if I want to see that information about other users also (apart from myself - logged in)?&lt;BR /&gt;&lt;BR /&gt;Also,  what does "||" refers to in your command as I am getting error mesg. while executing it:&lt;BR /&gt;&lt;BR /&gt;find /home -type f -user icare -print | xargs ||&lt;BR /&gt;&lt;BR /&gt;In brief, when I'm logged in as user "A", I would like to see the users &amp;amp; groups privilages of users "B", "C", "D" etc.&lt;BR /&gt;&lt;BR /&gt;~Sanjay</description>
      <pubDate>Fri, 13 Dec 2002 05:47:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863754#M751827</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-12-13T05:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying user / group privilages from command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863755#M751828</link>
      <description>Hi Sanjay,&lt;BR /&gt;&lt;BR /&gt;The ll is el el&lt;BR /&gt;Like ls -l&lt;BR /&gt;&lt;BR /&gt;To view the group priviledges of another user&lt;BR /&gt;&lt;BR /&gt;# id -nr username</description>
      <pubDate>Fri, 13 Dec 2002 05:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863755#M751828</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-12-13T05:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying user / group privilages from command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863756#M751829</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;Help me out in this. I have a user "A" belonging to group "G1" on Server 1. I want to create another user "B" belonging to group "G2" on Server 2 making sure that all directories that group "G1" has access to Server 1, also, group "G2" must have access to same set of directories/files on Server 2.&lt;BR /&gt;&lt;BR /&gt;How can I determine which all access group G1 has on Server 1 so that I can have the same set of setup on Server 2.&lt;BR /&gt;&lt;BR /&gt;Hope this's not confusing.&lt;BR /&gt;&lt;BR /&gt;Thankx</description>
      <pubDate>Fri, 13 Dec 2002 06:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-user-group-privilages-from-command-line/m-p/2863756#M751829</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-12-13T06:38:24Z</dc:date>
    </item>
  </channel>
</rss>

